﻿/**********分页**********/
.pages {
     text-align:center;
    -webkit-transform: translateY(100%);
    -moz-transform:translateY(100%);
    -ms-transform: translateY(100%);
    transform:  translateY(100%);
    opacity: 0;
}
.pages.articleShow {
    opacity: 1;
    transition: 850ms 1.6s;
      -webkit-transform: translateY(0);
    -moz-transform:translateY(0);
    -ms-transform: translateY(0);
    transform:  translateY(0);
}
.pages a {
    display: inline-block;
    width: 41px;
    height: 41px;
    background-color: #edecec;
    border-radius: 3px;
    text-align: center;
    line-height: 41px;
    font-family: Arial;
    font-size: 18px;
    color: #666;
    margin: 0 4px;
}
.pages a:hover, .pages .page-on {
    background-color: #205aa7;
    color: #fff;
}
@charset "utf-8";
/* CSS Document */
html, body{
	min-width: 980px;
}
.w{
	width: 990px;
	margin: 0 auto;
}
.header{
	position: fixed;
	left: 0;
	top: 4px;
	z-index: 21;
	width: 100%;
	min-width: 978px;
	height: 88px;
    border-bottom: 1px solid #ffffff;
}
.header.scroll{
	background: url(../img/bg_header.png) repeat-x center bottom;
}
.header .w{
	width: 100%;
	height: 88px;
	background: #fff;
        box-shadow: #cacaca 0 3px 50px 5px;
}
.h-top{
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 2;
	height: 38px;
	line-height: 38px;
}
.h-top p{
	padding-left: 10px;
	color: #fff;
	filter:alpha(opacity=85); 
	opacity: 0.85;
}
.h-top a{
	display: inline-block;
	padding: 0 10px;
	background: url(../img/bg_line20.png) no-repeat right center;
	color: #fff;
	filter:alpha(opacity=85); 
	opacity: 0.85;
	transition: opacity 0.5s;
}
.h-top a:hover{
	filter:alpha(opacity=100); 
	opacity: 1;		
}
.logo{
	padding: 26px 0 9px;
	margin-left: 0%;
        text-align:center;
        width:20%;
        text-align:center;
}
.nav{
	width: 52%;
	min-width: 525px;
	height: 88px;
	margin-left: 5%;
	border-left: 1px solid #eee;
}
.nav ul.nav-ul{
	width: 100%;
}
.nav li.nav-sub{
	position: relative;
	width: 16%;
}
.nav li.nav-sub a.tit{
	display: inline-block;
	width: 99.9%;
	height: 62px;
	padding: 17px 0 9px;
	border-right: 1px solid #eee;
	font-size: 15px;
	line-height: 62px;
	color: #000;
	text-align: center;
	transition: color 0.5s;
}
.nav a.tit:hover{
	color: #0564c6;
}
.nav-line{
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #205aa7;
}
.h-tips{
	width: 227px;
	padding-right: 40px;
	font-size: 12px;
	line-height: 62px;
	color: #000;
}
.h-tips p{
	position: absolute;
	left: 0;
	top: 0;
	padding: 17px 0 9px;
}
.h-tips a.nav-sub{
	position: absolute;
	left: 122px;
	top: 0;
	display: inline-block;
	padding: 17px 0 9px;
	color: #787878;
	transition: color 0.5s;
}
/*.h-tips a.login{
	left: 205px;
}*/
.h-tips a:hover{
	color: #205aa7;
}
/*.h-tips .search{
	right: 88px;
	top: 0;
	width: 88px;
	height: 88px;
	background: #205aa7;
}
.h-tips .search .box{
	right: 24px;
	top: 32px;
	width: 0;
	height: 30px;
	border: 1px solid #86a6d1;
	filter:alpha(opacity=0); 
	opacity: 0;
}
.h-tips .search input{
	left: 25px;
	top: 33px;
	width: 185px;
	height: 30px;
	padding: 0 9px;
	border: 0;
	background: none;
	font-size: 12px;
	line-height: 30px;
	color: #ddd;
}
.h-tips .search input.submit{
	left: auto;
	right: 25px;
	width: 30px;
	padding: 0;
	background: url(../img/bg_btn01.png) no-repeat center;
}*/
.h-tips .login-box{
	right: 88px;
	top: 0;
	width: 88px;
	height: 62px;
	padding: 17px 0 9px;
	background: #205aa7;
}
.h-tips .login-box a.login{
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(../img/bg_sign118.png) no-repeat center;
}
.h-tips .login-box a.name{
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 15px;
	line-height: 18px;
	color: #fff;
	text-align: center;
}
.h-tips .login-box a.out{
	display: inline-block;
	float: left;
	width: 100%;
	line-height: 18px;
	color: #fff;
	text-align: center;	
}
.h-tips .search-box{
	right: 50px;
	top: 0;
	width: 55px;
	height: 88px;
}
.h-tips .search-box .in{
	right: 20px;
	top: 35px;
	width: 27px;
	height: 24px;
	/*border: 1px solid #fff;*/
	background: #fff;
	transition: border 0.5s;
}
.h-tips .search-box .in.cur{
	border: 1px solid #ccc;
}
.h-tips .search-box input{
	left: 0;
	top: 0;
	width: 196px;
	height: 24px;
	padding-left: 10px;
	border: 0;
	background: none;
	line-height: 24px;
	color: #666;
}
.h-tips .search-box input.submit{
	left: auto;
	right: 0;
	width: 28px;
	background: url(../img/bg_sign24.png) no-repeat center;
}
.h-map{
	right: 0;
	top: 0;
	width: 88px;
	height: 62px;
	padding: 17px 0 9px;
	background: url(../img/bg_sign01.png) no-repeat center 55% #141414;
	cursor: pointer;
}
.sub{
	top: 88px;
	background: url(../img/bg_shadow01.png);
	min-width: 980px;
}
.sub-in{
	width:990px;
	height: 390px;
	margin-left:25%;
        overflow:hidden;
}
.sub .box-tips{
	width: 113px;
	padding-top: 55px;
}
.sub .box-tips .line{
	height: 4px;
	margin-bottom: 4px;
}
.sub .box-tips .in{
	width: 42px;
	height: 4px;
	background: #205aa7;
}
.sub .box-tips h2{
	font-size: 24px;
	line-height: 80px;
	color: #205aa7;
}
.sub .box-tips a{
	display: inline-block;
	width: 113px;
	background: url(../img/bg_btn02.png) no-repeat;
	font: 12px/33px Arial;
	color: #205aa7;
	text-align: center;
	text-transform: uppercase;
	transition: color 0.5s;
}
/*.sub .box-tips a:hover{
	color: #fff;
	background-position: 0 -33px;
}*/
.sub-program .list{
	width: 771px;
	margin-top: 55px;
	border-top: 1px solid #d8d8da;
}
.sub-program .list ul{
	width: 770px;
	border-left: 1px solid #d8d8da;
}
.sub-program .list li{
	position: relative;
	width: 109px;
	height: 68px;
	padding-top: 24px;
	border-right: 1px solid #d8d8da;
	border-bottom: 1px solid #d8d8da;
	transition: background 0.5s;
}
.sub-program .list li.hover{
	background: #205aa7;
}
.sub-program .list span{
	display: inline-block;
}
.sub-program .list span.box{
	width: 100%;
	height: 60px;
	font-size: 11px;
	line-height: 32px;
	color: #666;
	text-align: center;
	transition: color 0.5s;
}
.sub-program .list li.hover span.box{
	color: #fff;
}
.sub-program .list span.sign{
	width: 30px;
	height: 28px;
	margin-left: 40px;
}
.sub-program .list span.sign img{
	left: -30px;
	top: 0;
}
.sub-program .list .tri{
	position: absolute;
	top: 14px;
	width: 8px;
	height: 15px;
	background: url(../img/bg_sign02.png) no-repeat;
	display: none;
}
.sub-program .list .tri.r{
	background-position: -8px 0;
}
.sub-program .list .tips{
	top: 1px;
	width: 0;
	height: 91px;
	background: #f5f5f5;
}
.sub-program .list .detail{
	width: 189px;
	height: 82px;
	margin: 9px 16px 0 23px;
	line-height: 24px;
	color: #777;
	display: none;
}
.sub-about .list{
	margin-left: 52px;
	padding-top: 37px;
}
.sub-about li{
	padding-left: 60px;
}
.sub-about li.fi{
	width: 188px;
}
.sub-about li.se{
	height: 309px;
	border-right: 1px solid #d9d8db;
	margin: 20px 21px 0 0;
}
.sub-about li.th{
	width: 112px;
}
.sub-about li .box{
	height: 174px;
}
.sub-about a{
	display: inline-block;
	line-height: 22px;
	color: #878787;
	transition: color 0.5s;
}
.sub-about a.tit{
	width: 100%!important;
	font-size: 14px;
	line-height: 48px;
	color: #205aa7;
}
.sub-about li.fi .half a{
	float: left;
	width: 50%;
}
.sub-about a:hover{
	color: #205aa7;
}
.sub-about .sign{
	width: 124px;
}
.sub-about .sign a{
	display: inline-block;
	width: 122px;
	height: 56px;
	padding: 15px 0 5px;
	border: 1px solid #cfced0;
	margin: 54px 0 41px;
	line-height: 24px;
	text-align: center;
	transition: all 0.5s;
}
.sub-about .sign a:hover{
	border: 1px solid #205aa7;
}
.sub-about .sign-in{
	display: inline-block;
	width: 122px;
	height: 32px;
	margin: 0 auto;
}
.sub-map .list{
	width: 125px;
	margin: 56px 59px 0 90px;
}
.sub-map .list li{
	width: 115px;
	height: 25px;
	padding: 4px 5px;
	margin-bottom: 3px;
	line-height: 25px;
}
.sub-map .list img{
	margin-right: 15px;
}
.sub-map .list p{
	color: #7c7c7c;
	transition: color 0.5s;
}
.sub-map .list a:hover p{
	color: #516eac;
}
.sub-map .list .outbox{
	left: 0;
	top: 0;
	width: 123px;
	height: 31px;
	border: 1px solid #81a0cd;
}
.sub-map img.map{
	margin-top: 67px;
}

/********产品下拉菜单*********/
.sub-products .list{
	width: 756px;
	margin-top: 55px;
	border-top: 1px solid #d5d5d8;
}
.sub-products ul{
	border-left: 1px solid #d5d5d8;
}
.sub-products li{
	width: 150px;
	height: 100px;
	padding-top: 8px;
	border-right: 1px solid #d5d5d8;
	border-bottom: 1px solid #d5d5d8;
	line-height: 40px;
	text-align: center;
}
.sub-products p{
	color: #666;
	transition: color 0.5s;
}
.sub-products a:hover p{
	color: #205aa7;
}


.sub-investor .list{
	padding-top: 48px;
	margin-left: 105px;
}
.sub-investor .list a{
	display: inline-block;
	color: #666;
}
.sub-investor .list a.tit{
	margin-bottom: 10px;
	font-size: 14px;
	color: #205aa7;
}
.sub-investor .list a:hover{
	color: #205aa7;
}
.sub-investor li.fi{
	width: 170px;
	height: 247px;
	padding-right: 1px;
	background: url(../img/bg_line05.png) no-repeat right 8px;
}
.sub-investor li.se{
	width: 180px;
	height: 247px;
	padding-left: 92px;
}
.sub-investor .sign{
	width: 124px;
}
.sub-investor .sign a{
	display: inline-block;
	width: 122px;
	height: 56px;
	padding: 15px 0 5px;
	border: 1px solid #cfced0;
	margin: 6px 0 13px;
	line-height: 24px;
	text-align: center;
	transition: all 0.5s;
}
.sub-investor .sign a:hover{
	border: 1px solid #205aa7;
}
.sub-investor .sign-in{
	display: inline-block;
	width: 122px;
	height: 32px;
	margin: 0 auto;
}
.sub-service .list{
	padding-top: 37px;
	margin-left: 112px;
}
.sub-service li.fi{
	width: 169px;
	padding-right: 1px;
	background: url(../img/bg_line05.png) repeat-y right 8px;
}
.sub-service li.se{
	width: 130px;
	margin-left: 112px;
	display: inline;
}
.sub-service a{
	display: inline-block;
	line-height: 22px;
	color: #878787;
	transition: color 0.5s;
}
.sub-service a.tit{
	width: 100%!important;
	font-size: 14px;
	line-height: 46px;
	color: #205aa7;
}
.sub-service a:hover{
	color: #205aa7;
}
.sub-service .sign{
	width: 124px;
}
.sub-service .sign a{
	display: inline-block;
	width: 122px;
	height: 56px;
	padding: 15px 0 5px;
	border: 1px solid #cfced0;
	margin: 54px 0 41px;
	line-height: 24px;
	text-align: center;
	transition: all 0.5s;
}
.sub-service .sign a:hover{
	border: 1px solid #205aa7;
}
.sub-service .sign-in{
	display: inline-block;
	width: 122px;
	height: 32px;
	margin: 0 auto;
}

/*INDEX*/
.iban-wrap{
	height: 799px;
}
.iban{
	height: 799px;
	background: url(../../img/loadings.gif) no-repeat center;
}
.iban .imglist li.active{
	animation: bannerIn 15s forwards;
}
@keyframes bannerIn{
	100%{
		transform: scale(1.1);
	}
}
.iban .w{
	height: 570px;
	padding-top: 229px;
}
.iban .list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 980px;
	height: 415px;
	display: none;
}
.iban .list .tips{
	top: 0;
	width: 500px;
	font-size: 24px;
	line-height: 42px;
	color: #fff;
}
.iban .list b{
	font-size: 48px;
	line-height: 66px;
}
.iban .list strong{
	font-size: 48px;
	line-height: 66px;
}
.iban .ban_bt{
	display: inline-block;
	width: 76px;
	padding: 0 10px;
	background: #205aa7;
	margin-top: 50px;
	font-size: 12px;
	line-height: 30px;
	transition: all 0.5s;
}
.iban .ban_bt:hover{
	background: #fff;
}
/*.iban .list a{
	display: inline-block;
	width: 76px;
	padding: 0 10px;
	background: #205aa7;
	margin-top: 50px;
	font-size: 12px;
	line-height: 30px;
	transition: all 0.5s;
}*/
/*.iban .list a:hover{
	background: #fff;
}*/
.iban .list span{
	display: inline-block;
	color: #fff;
}
.iban .list a:hover span{
	color: #205aa7;	
}
.iban .list span.fr{
	display: inline-block;
	width: 5px;
	height: 30px;
	background: url(../img/bg_sign03.png) no-repeat 0 0;
}
.iban .list a:hover span.fr{
	background-position: 0 -30px;
}
.iban .list .l{
	left: -200px;
	filter:alpha(opacity=0); 
	opacity: 0;
}
.iban .list .r{
	top: -40px;
	right: -200px;
	filter:alpha(opacity=0); 
	opacity: 0;
	text-align: right;
}
.iban .line{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
}
.iban .line-in{
	width: 0;
	background: url(../img/bg_line01.png);
	/*background: #0f37bd;*/
}
.iban li img{
	top: -82px;
}
.iban-box{
	left: 50%;
	bottom: 76px;
	width: 980px;
	height: 161px;
	margin-left: -490px;
}
.iban-box .fi{
	width: 273px;
	height: 145px;
	padding: 16px 27px 0;
}
.iban-box .se{
	width: 268px;
	height: 93px;
	padding: 68px 30px 0;
}
.iban-box .th{
	cursor: pointer;
}
.iban-box a{
	display: inline-block;
	width: 100%;
	font-size: 11px;
	line-height: 28px;
	color: #aab9d5;
	transition: color 0.5s;
}
.iban-box a.tit{
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
.iban-box a.more{
	position: absolute;
	left: 26px;
	bottom: 19px;
	display: inline-block;
	width: 65px;
	padding: 0 9px 0 22px;
	border: 1px solid #89a4c6;
	font-size: 11px;
	line-height: 26px;
	color: #89a4c6;
	transition: all 0.5s;
}
.iban-box .se a.more{
	border: 1px solid #888582;
	color: #888582;
}
.iban-box a.more span.fr{
	display: inline-block;
	width: 3px;
	height: 26px;
	background: url(../img/bg_sign04.png) no-repeat center;
	filter:alpha(opacity=50); 
	opacity: 0.5;
	transition: all 0.5s;
}
.iban-box a:hover{
	color: #fff;
}
.iban-box a.more:hover{
	border: 1px solid #fff;
	color: #fff;
}
.iban-box a.more:hover span.fr{
	filter:alpha(opacity=100); 
	opacity: 1;	
}
.iban .btns{
	left: 50%;
	bottom: 36px;
	height: 6px;
}
.iban .btns span{
	display: inline-block;
	float: left;
	width: 62px;
	height: 5px;
	background: #fff;
	margin: 0 3px;
	filter:alpha(opacity=30); 
	opacity: 0.3;
	transition: background 0.5s;
	cursor: pointer;
}
.iban .btns span.cur{
	filter:alpha(opacity=60); 
	opacity: 0.6;	
}
.i-cases{
	height: 200px;
	padding: 64px 0 54px;
}
.i-cases .w{
	height: 200px;
}
.i-cases .list{
	height: 200px;
}
.i-cases ul{
	width: 999px;
}
.i-cases li{
	position: relative;
	width: 315px;
	height: 150px;
	margin-right: 18px;
	display: inline;
}
.i-cases li span{
	display: inline-block;
}
.i-cases li span.sign{
	left: 27px;
	top: 42px;
	width: 64px;
	height: 64px;
	
}
.i-cases li span.sign.bg{
	background-position: 0 -64px!important;
}
.i-cases li span.tips{
	left: 111px;
	top: 42px;
	font-size: 13px;
	line-height: 24px;
	color: #4f4f4f;
	transition: color 0.5s;
}
.i-cases li a:hover span.tips{
	color: #fff;
}
.i-cases li span.detail{
	width: 204px;
	height: 84px;
	margin-top: 66px;
	font-size: 11px;
	line-height: 20px;
	color: #808080;
}
.i-cases .btns{
	left: 50%;
	bottom: 0;
	height: 6px;
}
.i-cases .btns span{
	display: inline-block;
	float: left;
	width: 6px;
	height: 6px;
	background: url(../img/bg_btn03.png) no-repeat;
	margin: 0 8px;
	cursor: pointer;
}
.i-cases .btns span.cur{
	background-position: 0 -6px;
}
.i-products{
	height: 516px;
/*  padding: 71px 0 95px;*/
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../images/about1.jpg);
}
.i-products .tips{
	height: 120px;
	margin-bottom: 50px;
	font-size: 35px;
	line-height: 54px;
	color: #fff;
	text-align: center;
}
.i-products .tips p.cn{
    padding-top: 15px;
}
.i-products .tips p.en{
	width: 100%;
	height: 34px;
    font-size: 20px;
    margin-top: -15px;
}
.i-products .tips .line{
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 4px;
	margin-left: -15px;
	background: #fff;
}
.i-products .list-out, .i-products .list{
	width: 980px;
	height: 346px;
}
.i-products .btns{
	top: 0;
	width: 66px;
	height: 346px;
	cursor: pointer;
	filter:alpha(opacity=0); 
	opacity: 0;
	transition: all 0.5s;
}
.i-products .prev{
	left: 0;
	background: url(../img/prev11.png) no-repeat left center;
}
.i-products .prev.hover{
	background-position: right center;
}
.i-products .next{
	right: 0;
	background: url(../img/next11.png) no-repeat right center;
}
.i-products .next.hover{
	background-position: left center;
}
.i-products li{
	position: relative;
	width: 244px;
	height: 344px;
	border: 1px solid #cbcccd;
	border-right: 0;
	background: #fff;
	transition: border 0.5s;
}
.i-products li.hover{
	border-color: #205aa7;
}
.i-products .tip{
	display: inline-block;
	width: 206px;
	height: 117px;
	padding: 0 19px;
	background: #f8f9fa;
	font-size: 14px;
	line-height: 58px;
	color: #444;
}
.i-products li.hover .tip{
	background: #205aa7;
	color: #fff;
}
.i-products .tip p.blue{
	font-size: 11px;
	line-height: 38px;
	color: #0564c6;
	transition: color 0.5s;
}
.i-products li.hover p.blue{
	color: #fff;
}
.i-products .tip span.por{
	display: inline-block;
	width: 3px;
	height: 38px;
	background: url(../img/bg_sign06.png) no-repeat;
	margin-left: 20px;
}
.i-products li.hover span.por{
	background-position: 0 -38px
}
.i-products .t{
	left: 0;
	top: 0;
}
.i-products .b{
	left: 0;
	bottom: 0;
}
.i-products img.t{
	top: 66.5px;
}
.i-products img.b{

}
.i-products li .bg{
	left: -1px;
	top: -1px;
	width: 246px;
	height: 346px;
	background: #000;
	filter:alpha(opacity=50); 
	opacity:0.5;
}
/**i-product*/
.productIbox a:link, .productIbox a:visited {
  color: #fff;
}
.productIbox a:active, .productIbox a:hover {
  color: #fff;
}
.productIbox {
  margin-top: 56px;
 
}
.productIbox .img {
  overflow: hidden;
}
.productIbox .img img {
  width: 100%;
  display: block;
  transition: all 0.6s ease 0s;
  -webkit-transform: all 0.6s ease 0s;
}
.productIbox .item {
  width: 24%;
  margin: 0px 0px 5px 2px;
  position: relative;
  float: left;
}
.productIbox .itemCon {
  background: url(../img/line.jpg) repeat-x;
  display: block;
}
.productIbox .name {
  background-color: #f8f8f8;
  position: relative;
  text-align: center;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
}
.productIbox .name i {
  height: 1px;
  position: absolute;
  left: 5%;
  width: 90%;
  background-color: #bbbbbb;
  top: 50%;
}
.productIbox .name span {
  font-size: 16px;
  padding: 0px 8px;
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
  color: #333333;
}
.productIbox .con {
  position: absolute;
  left: 0px;
  bottom: 0%;
  width: 80%;
/*  background: url(../img/line2.jpg) repeat-x scroll left top;*/
  background: #205aa7;
  padding: 6% 10% 8%;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
  transition: all 0.6s ease 0s;
  -webkit-transform: all 0.6s ease 0s;
}

.productIbox .con .t {
  font: 16px/1.4 "microsoft yahei";
}
.productIbox .con .bot {
  display: block;
  width: 42px;
  height: 2px;
  background-color: #fff;
  margin: 2% 0px;
}
.productIbox .con .c {
  height: 36px;
  overflow: hidden;
  margin-bottom: 10%;
  font-size: 13px;
  text-align: justify;
}
.p-active .ipage3-pic {
  background-position: left -100px;
  transition: all 0.8s ease 0s;
  -webkit-transform: all 0.8s ease 0s;
}
.active .ipage3-pic { /*background-position: left top;*/
  transition-delay: 0.6s;
-webkit- transition-delay: 0.6s;
}
.productIbox .itemCon:hover .con {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
/*.productIbox .con { opacity: 0; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; transform:perspective(800px) rotateX(180deg); -webkit-transform:perspective(800px) rotateX(180deg); transform-origin: 0 100% 0; }
.productIbox .itemCon:hover .con { transform:rotateX(0deg); -webkit-transform:rotateX(0deg); opacity: 1;}*/
.picdemo .slick-arrow {
  width: 21px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -47px;
  z-index: 10;
}
.picdemo .slick-arrow i {
  width: 100%;
  height: 100%;
  display: block;
  transition: 600ms;
  -webkit-transition: 600ms;
}
.picdemo .slick-prev {
  background: url(../img/btn_i1.png) no-repeat scroll right center;
  left: -6%;
}
.picdemo .slick-next {
  background: url(../img/btn_i2.png) no-repeat scroll left center;
  right: -6%;
}
.picdemo .slick-prev i {
  background: url(../img/btn_1.png) no-repeat scroll left center;
}
.picdemo .slick-next i {
  background: url(../img/btn_2.png) no-repeat scroll right center;
}
.picdemo .slick-prev:hover i {
  -webkit-transform: translateX(-8px);
	transform: translateX(-8px);
}
.picdemo .slick-next:hover i {
  
  -webkit-transform: translateX(8px);
	transform: translateX(8px);
}
.more {
  position: relative;
  display: block;
  width: 78px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #fff;
  overflow: hidden;
}
.more .i2, .more .i3 {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
 
}
.more .i2 {
  bottom: 0;
  left: 0;
}
.more .i3 {
  top: 0;
  right: 0;
}
.more .i1 {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.more:hover {
  border-color: #fff;
}
.more:hover .i1 {
  color: #333333;
}
.more:hover .i2 {
  border-width: 105px 0 0 105px;
}
.more:hover .i3 {
  border-width: 0 105px 105px 0;
}

.i-news{
	height: 227px;
	padding: 73px 0 80px;
}
.i-news .list.fl{
	width: 670px;
	height: 227px;
}
.i-news .list.fl li{
	position: relative;
	width: 310px;
	height: 227px;
	margin-right: 25px;
}
.i-news .list.fl img{
	left: 0;
	top: 0;
}
.i-news .list.fl span{
	display: inline-block;
}
.i-news .list.fl .tips{
	left: 0;
	bottom: 0;
	width: 310px;
	height: 78px;
	padding-top: 8px;
	background: #f8f9fa;
	transition: background 0.5s;
}
.i-news .list.fl a:hover .tips{
	background: #205aa7;
}
.i-news .list.fl .time{
	width: 40px;
	padding-top: 9px;
	margin-left: 18px;
	font: 12px/16px Arial;
	color: #205aa7;
	text-transform: uppercase;
	text-align: center;
	transition: color 0.5s;
}
.i-news .list.fl a:hover .time{
	color: #fff;
}
.i-news .list.fl .day{
	font: 36px/34px Impact;
	color: #205aa7;
	transition: color 0.5s;
}
.i-news .list.fl a:hover .day{
	color: #fff;
}
.i-news .list.fl .line{
	width: 23px;
	height: 1px;
	background: #d9d9da;
	margin: 2px 0 0 8px;
	transition: background 0.5s;
}
.i-news .list.fl a:hover .line{
	background: #fff;
}
.i-news .list.fl .detail{
	width: 220px;
	padding-right: 16px;
	font-size: 11px;
	line-height: 18px;
	color: #a1a1a1;
	transition: color 0.5s;
}
.i-news .list.fl a:hover .detail{
	color: #fff;
}
.i-news .list.fl p.fz14{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	transition: color 0.5s;
}
.i-news .list.fl a:hover p.fz14{
	color: #fff;
}
.i-news .list.fl .bor{
	left: 0;
	top: 0;
	width: 306px;
	height: 223px;
	border: 2px solid #205aa7;
	display: none;
}
.i-news .list.fr{
	width: 310px;
}
.i-news .list.fr li{
	position: relative;
	width: 310px;
	height: 106px;
	margin-bottom: 15px;
	background: #f8f9fa;
	transition: background 0.5s;
}
.i-news .list.fr li.hover{
	background: #205aa7;
}
.i-news .list.fr .detail{
	display: inline-block;
	width: 135px;
	padding: 11px 44px 0 0;
	font-size: 11px;
	line-height: 18px;
	color: #a7a7a7;
	transition: color 0.5s;
}
.i-news .list.fr li.hover .detail{
	color: #fff;
}
.i-news .list.fr p.fz16{
	font-size: 16px;
	line-height: 40px;
	color: #333;
	transition: color 0.5s;
}
.i-news .list.fr li.hover p.fz16{
	color: #fff;
}

/*ABOUT*/
.w-a{
	width: 920px;
	margin: 0 auto;
}
.nav-about{
	position: fixed;
	left: 0;
	top: 90px;
	z-index: 19;
	width: 100%;
	height: 65px;
	background: url(../img/bg_shadow02.png);
}
.nav-about .in{
	height: 65px;
}
.nav-about a{
	display: inline-block;
	padding: 0 30px;
	background: url(../img/bg_line03.png) no-repeat right center;
	line-height: 65px;
	color: #fff;
	text-align: center;
}
.nav-about a.bgno{
	background: none;
}
.nav-about .line{
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: #fff;
}
.a-part{
   padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
.a-partfi{
	padding-top: 218px;
	background-image: url(../img/bg_bg02.jpg);
        background-size: cover;
        background-attachment: fixed;
}
.a-tips h2{
	font-weight: normal;
	font-size: 44px;
	line-height: 54px;
	color: #fff;
	text-align: center;
}
.a-tips p.en{
	height: 26px;
	background: url(../img/aname01.png) no-repeat center bottom;
}
.a-partfi p.en{
	filter:alpha(opacity=0);
	opacity: 0;
} 
.a-partfi img.fl{
	left: -300px;
	filter:alpha(opacity=0);
	opacity: 0;
}
.a-partfi .box{
	padding: 0 50px 0 18px;
	margin: 56px auto 0;
}
.ascroll-box{
	right: -300px;
	width: 465px;
	height: 320px;
	filter:alpha(opacity=0); 
	opacity: 0;
}
.ascroll-obj{
	left: 0;
	top: 0;
	width: 445px;
	color: #fff;
}
.ascroll-bar{
	right: 2px;
	top: 0;
	width: 2px;
	height: 231px;
	background: #3e6aa3;
}
.ascroll-btn{
	left: -2px;
	top: 0;
	width: 5px;
	height: 20px;
	background: #e2e2e2;
	cursor: pointer;
}
.scroll-down{
	position: absolute;
	left : 50%;
	bottom: 23px;
	width: 33px;
	height: 72px;
	margin-left: -17px;
	text-align: center;
	cursor: pointer;
}
.scroll-down span.fi{
	width: 5px;
	height: 5px;
	background: url(../img/bg_sign11.png) no-repeat;
	margin: 0 0 6px 14px;
	animation: scrollDown 1.5s infinite 1.6s;
}
.scroll-down span.se{
	width: 7px;
	height: 7px;
	background: url(../img/bg_sign12.png) no-repeat;
	margin: 0 0 6px 13px;
	animation: scrollDown 1.5s infinite 1.4s;
}
.scroll-down span.th{
	width: 9px;
	height: 9px;
	background: url(../img/bg_sign13.png) no-repeat;
	margin: 0 0 6px 12px;
	animation: scrollDown 1.5s infinite 1.2s;
}
.scroll-down span.fo{
	width: 33px;
	height: 33px;
	background: url(../img/bg_sign14.png) no-repeat;
	animation: scrollDown 1.5s infinite 1s;
}
@keyframes scrollDown{
	0%{
		opacity: 1;
		top: 0;
	}
	100%{
		opacity: 0;
		top: 10px
	}
}
.a-partse{
	background: #fff;
}
.a-partse h2{
	color: #515151;
}
.a-partse p.en{
	height: 35px;
	background-image: url(../img/aname02.png);
}
.a-partse .line{
	left: 50%;
	bottom: -40px;
	width: 30px;
	height: 4px;
	background: #1e569f;
	margin-left: -15px;
}
.a-partse .w-a{
	margin-top: 42px;
}
.a-partse .img{
	width: 387px;
	height: 342px;
	margin-left: 48px;
}
.a-partse .img .se{
	left: 15px;
	top: 295px;
	width: 47px;
}
.a-partse .img .th{
	left: 233px;
	top: 27px;
	width: 154px;
}
.a-partse .list{
	width: 265px;
	padding: 59px 158px 0 0;
}
.a-partse li{
	width: 265px;
	position: relative;
	padding: 5px 0 6px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 20px;
	color: #8b8b8b;
}
.a-partse b,
.a-partse strong{
	display: inline-block;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 32px;
	color: #515151;
}
.a-partth{
	background: url(../img/bg_bg03.jpg) no-repeat center top fixed;
}
.a-partth p.en{
	height: 31px;
	background-image: url(../img/aname03.png);
}
.a-partth .line{
	left: 50%;
	bottom: -41px;
	width: 30px;
	height: 4px;
	background: #fff;
	margin-left: -15px;
}
.a-partth .box{
	width: 860px;
	margin: 76px auto 0;
}
.a-partth .img{
	width: 363px;
	height: 281px;
}
.a-partth .img .year{
	left: 0;
	top: 27px;
	width: 64px;
	height: 30px;
	background: url(../img/bg_sign15.jpg) no-repeat;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.a-partth .img .shadow{
	right: 0;
	top: 0;
	width: 21px;
	height: 281px;
	background: url(../img/bg_shadow03.png) no-repeat;
}
.a-partth .tips{
	width: 429px;
	height: 265px;
	padding: 16px 28px 0 40px;
	background: #fff;
}
.a-partth .tips p.t{
	font: 15px/56px Arial;
	color: #205aa7;
}
.a-partth .tips .list{
	width: 429px;
	height: 96px;
	line-height: 24px;
	color: #8e8a8a;
}
.a-partth .list .int{
	left: 0;
	top: 0;
	width: 400px;
}
.a-partth .tips .bar{
	right: 1px;
	top: 0;
	width: 1px;
	height: 96px;
	background: #99ccf8;
}
.a-partth .tips .btn{
	left: -1px;
	top: 0;
	width: 3px;
	height: 20px;
	background: #0464b8;
	cursor: pointer;
}
.a-partth .tips .btn-box{
	margin-top: 20px;
	border-top: 1px solid #e8e8e8;
	padding-top: 40px;
}
.a-partth .tips .btns{
	top: 40px;
	width: 27px;
	height: 27px;
	margin-left: 3px;
	cursor: pointer;
}
.a-partth .tips .prev{
	right: 30px;
	background: url(../img/prev01.jpg) no-repeat;
}
.a-partth .tips .prev.hover{
	background-position: -27px 0;
}
.a-partth .tips .next{
	right: 0;
	background: url(../img/next01.jpg) no-repeat -27px 0;
}
.a-partth .tips .next.hover{
	background-position: 0 0;
}
.a-partth .tab{
	height: 63px;
	background: url(../img/bg_line04.png) repeat-x 0 17px;
	margin-top: 36px;
}
.a-partth .tab .in{
	width: 860px;
	background: url(../img/bg_shadow04.png) no-repeat center top;
	margin: 0 auto;
}
.a-partth .tab .inovh{
	width: 782px;
	height: 63px;
	margin-left: 32px;
}
.a-partth .tab li{
	height: 46px;
	padding-top: 17px;
	width: 84px;
	font: 14px/46px Arial;
	color: #dfdfdf;
	text-align: center;
	cursor: pointer;
}
.a-partth .tab li.cur{
	font-size: 18px;
	color: #ff9600;
}
.a-partfo{
   background: url(../img/bg_bg03.jpg) no-repeat center top fixed;
}
.a-partfo h2{
	color: #fff;
}
.a-partfo p.en{
	height: 32px;
	background-image: url(../img/aname041.png);
}
.a-partfo .line{
	left: 50%;
	bottom: -40px;
	width: 30px;
	height: 4px;
	background: #1e569f;
	margin-left: -15px;
}
.a-partfo .box{
	width: 920px;
	margin: 88px auto 0;
}
.a-partfo .img{
	width: 235px;
	height: 320px;
	margin-left: 18px;
}
.a-partfo .img p{
	width: 100%;
	height: 49px;
	background: url(../img/bg_bg04.jpg) no-repeat center;
	line-height: 49px;
	color: #fff;
	text-align: center;
}
.a-partfo .detail{

	margin-right: 32px;
}
.a-partfo .detail p{
  color:#fff;
  line-height:2;
 font-size:14px;
 text-align:justify;
}
.a-partfo .detail h2{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 38px;
	color: #205aa7;
}
.a-partfif{
	position: relative;
	overflow: hidden;
	background-image: url(../img/bg_bg05.jpg);
}
.a-partfif p.en{
	height: 26px;
	background: url(../img/aname05.png) no-repeat center bottom;
}
.a-partfif .line{
	left: 50%;
	bottom: -40px;
	width: 30px;
	height: 4px;
	background: #fff;
	margin-left: -15px;
}
.a-partfif .list{
	width: 996px;
	height: 260px;
	margin: 118px auto 0;
}
.a-partfif .list li{
	position: relative;
	width: 227px;
	height: 260px;
	margin: 0 11px;
}
.a-partfif .list .bg.fi{
	background: url(../img/bg_sign16.png) no-repeat left center;
}
.a-partfif .list .bg.se{
	background: url(../img/bg_sign17.png) no-repeat left center;
}
.a-partfif .list .bg.th{
	background: url(../img/bg_sign18.png) no-repeat left center;
}
.a-partfif .list .bg.fo{
	background: url(../img/bg_sign19.png) no-repeat left center;
}
.a-partfif .list li.hover .bg{
	background-position: right center;
	animation: bgHover 1s forwards;
}
@keyframes bgHover{
	100%{
		transform: rotate(60deg)
	}
}
.a-partfif .list .tips{
	height: 199px;
	padding-top: 61px;
	line-height: 18px;
	color: #fff;
	text-align: center;
}
.a-partfif .list p.t{
	padding-top: 23px;
	background: url(../img/bg_sign20.png) no-repeat center top;
	font-size: 18px;
	line-height: 28px;
}
.a-partfif .list p.ens{
	margin-bottom: 17px;
	font: 14px/24px Arial;
	filter:alpha(opacity=58); 
	opacity: 0.58;
	text-transform: uppercase;
}
.a-partfif .list .detail{
	left: 0;
	top: 66px;
	width: 177px;
	padding: 0 20px 0 30px;
	line-height: 18px;
	color: #fff;
}
.a-partfif .list .detail.tac{
	text-align: center;
}
.a-partfif .list .detail p{
	margin-bottom: 12px;
}
.a-partfif .list p.int{
	filter:alpha(opacity=80); 
	opacity: 0.8;	
}
.a-partsi{
	background: #fff;
}
.a-partsi h2{
	color: #515151;
}
.a-partsi p.en{
	height: 33px;
	background: url(../img/aname06.png) no-repeat center bottom;
}
.a-partsi .line{
	left: 50%;
	bottom: -40px;
	width: 30px;
	height: 4px;
	background: #1e569f;
	margin-left: -15px;
}
.a-partsi .intro{
	width: 520px;
	margin: 83px auto 47px;
	color: #515151;
	text-align: center;
}
.a-partsi .list{
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.a-partsi .list .btns,.board-scroll .btns{
	top: 0;
	width: 70px;
       height:237px;
	filter:alpha(opacity=0); 
	opacity: 0;
	cursor: pointer;
}
.a-partsi .list .prev,.board-scroll .btns.prev{
	left: 0;
	background: url(../img/prev02.png) no-repeat left center;	
}
.a-partsi .list .next,.board-scroll .btns.next{
	right: 0;
	background: url(../img/next02.png) no-repeat right center;	
}
.a-partsi .list-in{
	width: 980px;
}
.a-partsi .list ul{
	width: 993px;
}
.a-partsi .list li{
	position: relative;
	width: 319px;
	margin-right: 12px;
	display: inline;
	line-height: 53px;
	text-align: center;
}
.a-partsi .list a{
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #f0f0f0;
	transition: background 0.5s;
}
.a-partsi .list p{
	color: #666;
	transition: color 0.5s;
}
.a-partsi .list a:hover{
	background: #205aa7;
}
.a-partsi .list a:hover p{
	color: #fff;
}
.a-partsev{
	position: relative;
	overflow: hidden;
	background-image: url(../img/bg_bg06.jpg);
}
.a-partsev p.en{
	height: 32px;
	background: url(../img/aname07.png) no-repeat center bottom;
}
.a-partsev .line{
	left: 50%;
	bottom: -38px;
	width: 30px;
	height: 4px;
	background: #fff;
	margin-left: -15px;
}
.a-partsev .list{
	width: 980px;
	height: 331px;
	margin: 78px auto 0;
}
.a-partsev .list li{
	position: absolute;
	left: 100%;
	top: 0;
	width: 637px;
	height: 101px;
}
.a-partsev .list li.se{
	top: 111px;
}
.a-partsev .list li.th{
	top: 222px;
	height: 109px;
}
.a-partsev .list .tips{
	width: 471px;
	height: 84px;
	padding: 17px 28px 0;
	background: url(../img/bg_shadow05.png);
	color: #d5d8de;
}
.a-partsev .list li.th .tips{
	height: 92px;
}
.a-partei{
	background: #eee;
}
.a-partei h2{
	color: #515151;
}
.a-partei p.en{
	height: 29px;
	background: url(../img/aname08.png) no-repeat center bottom;
}
.a-partei .line{
	left: 50%;
	bottom: -40px;
	width: 30px;
	height: 4px;
	background: #1e569f;
	margin-left: -15px;
}
.a-partei .tips{
	width: 920px;
	margin: 77px auto 55px;
      overflow:hidden;
}
.a-partei .tips .img img,.support-box .img img{
    max-width: 100%;
    transform: scale(1);
    transition: all .3s;
}
.a-partei .tips .img:hover img {
    transform: scale(1.1);
    transition: all .3s;
}
.a-partei .tips span{
    display: block;
    width: 336px;
}
.support-box span{
/*display: block;*/
    width: 288px;
}
.support-box .cont{
  float:left;
/* margin-left:8%;*/
}
.a-partei .tips p {
    margin-left: 3.8%;
    font-size: 14px;
    line-height: 30px;
    color: #777;
   float:left;
}
.a-partei .list{
	overflow: hidden;
	width: 653px;
	height: 240px;
	margin: 0 auto;
}
.a-partei .list img{
	left: 238px;
	top: 0;
	filter:alpha(opacity=0); 
	opacity: 0;
}
.a-partei .list img.se{
	left: 446px;
}
.a-partei .list img.th{
	left: 684px;
}


/******企业环境********/
.str-part{
	padding: 123px 0 88px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.str-part .tips h2{
	position: relative;
	font-weight: normal;
	font-size: 45px;
	line-height: 54px;
	color: #fff;
	text-align: center;
}
.str-part .tips h2.c{
	color: #515151;
}
.str-part .tips p.en{
	position: relative;
	height: 32px;
	background: url(../img/sname01.png) no-repeat center bottom;
}
.str-part .tips .line{
	left: 50%;
	bottom: -38px;
	width: 30px;
	height: 4px;
	background: #1e569f;
	margin-left: -15px;
}
.str-part .tips .line.w{
	background: #fff;
}
.spart-fi{
	padding-top: 218px;
	height: 675px;
	background-image: url(../images/bg_bg07.jpg);
}
.spart-fi .intro{
	width: 700px;
	margin: 45px auto 86px;
	line-height: 18px;
	color: #d5dce9;
	text-align: center;
}
.spart-fi .list{
	width: 976px;
	margin: 0 auto;
}
.spart-fi .tab{
	height: 91px;
	background: url(../img/bg_line06.png) no-repeat center 46px;
}
.spart-fi .tab .btn{
	width: 46px;
	height: 91px;
	cursor: pointer;
}
.spart-fi .tab .prev{
	background: url(../img/prev03.png) no-repeat left center;
}
.spart-fi .tab .next{
	background: url(../img/next03.png) no-repeat right center;
}
.spart-fi .tab .in{
	position: absolute;
	left: 46px;
	top: 0;
	width: 884px;
	height: 91px;
}
.spart-fi .tab ul{
	width: 885px;
}
.spart-fi .tab li{
	width: 177px;
	height: 25px;
	padding-bottom: 26px;
	background: url(../img/bg_sign21.png) no-repeat center bottom;
	margin-bottom: 40px;
	font: 24px/25px Arial;
	color: #7195c4;
	text-align: center;
	cursor: pointer;
}
.spart-fi .tab li.cur{
	font-size: 30px;
	color: #fff;
}
.spart-fi .detail{
	width: 714px;
	height: 160px;
	padding-left: 262px;
}
.spart-fi .img{
	width: 105px;
	height: 136px;
	padding-top: 24px;
}
.spart-fi .img-in{
	width: 105px;
	height: 102px;
}
.spart-fi .img-in li{
	width: 105px;
	height: 102px;
}
.spart-fi .img-btn{
	left: 50%;
	bottom: 0;
	height: 10px;
}
.spart-fi .img-btn span{
	display: inline-block;
	float: left;
	width: 11px;
	height: 10px;
	background: url(../img/bg_btn04.png) no-repeat;
	margin: 0 5px;
	cursor: pointer;
}
.spart-fi .img-btn span.cur{
	background-position: 0 -10px;
}
.spart-fi .int{
	width: 553px;
	line-height: 22px;
	color: #d5dce9;
}
.spart-fi .int p.t{
	font: 24px/42px Segoe UI, Arial;
	color: #fff;
}
.spart-fi .type{
	height: 23px;
	margin-bottom: 17px;
	font: 13px/23px Arial;
	color: #fff;
	text-align: center;
}
.spart-fi .type span{
	display: inline-block;
	width: 20px;
	height: 23px;
	text-align: center;
}
.spart-fi .type span.btn{
	width: 58px;
	background: url(../img/bg_btn05.png) no-repeat;
	cursor: pointer;
	transition: color 0.5s;
}
.spart-fi .type span.btn.cur{
	background-position: 0 -23px;
	color: #feb300;
}
.spart-fi .det{
	height: 44px;
}
.spart-fi a.more{
	display: inline-block;
	width: 84px;
	border: 1px solid #dee3ed;
	line-height: 24px;
	color: #dee3ed;
	text-align: center;
	transition: all 0.5s;
}
.spart-fi a.more:hover{
	border: 1px solid #ea9846;
	background: #ea9846;
}
.spart-se{
	background: #fff;
}
.spart-se .tips p.en{
	height: 32px;
	background-image: url(../img/sname02.png);
}
.spart-se .detail{
	width: 628px;
	height: 66px;
	margin: 83px auto 8px;
	line-height: 22px;
	text-align: center;
}
.spart-se .list{
	width: 835px;
	margin: 0 auto;
}
.spart-se .list ul{
	margin-left: 23px;
}
.spart-se .list li{
	width: 226px;
	margin-left: -23px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}
.spart-se .list .img{
	width: 111px;
	height: 108px;
	padding: 0 58px 16px 57px;
	background: url(../img/bg_sign23.png) no-repeat;
	margin-bottom: 15px;
}
.spart-se .list .img.bg{
	background-position: 0 -124px;
}
.spart-se .list .img.hover{
	background-position: 0 -248px;
}
.spart-se .list .in{
	width: 111px;
	height: 108px;
}
.spart-se .list .btn{
	left: 50%;
	bottom: 6px;
	height: 10px;
}
.spart-se .list .btn span{
	display: inline-block;
	float: left;
	width: 11px;
	height: 10px;
	margin: 0 2px;
	background: url(../img/bg_btn04.png) no-repeat center -10px;
	cursor: pointer;
}
.spart-se .list .btn span.cur{
	background-position: center -20px;
}
.spart-se .list p.en{
	font: 16px/26px Calibri, Arial;
	text-transform: uppercase;
}
.spart-th{
	background-image: url(../images/bg_bg08.jpg);
}
.spart-th .tips p.en{
	height: 25px;
	background-image: url(../img/sname03.png);
}
.spart-th .tab{
	width: 159px;
	height: 34px;
	border: 1px solid #8fafd5;
	margin: 34px auto 73px;
}
.spart-th .tab li{
	width: 159px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	transition: all 0.5s;
	cursor: pointer;
}
.spart-th .tab li a{
  	color: #fff;
}
.spart-th .tab li.cur{
	background: #fff;
	color: #0f4ea0;
}
.spart-th .img{
	width: 714px;
	margin: 88px  auto 0;
}
.spart-th .img .in{
	width: 714px;
	height: 439px;;
}
.spart-th .img li{
	position: absolute;
	left: 714px;
	top: 47px;
	z-index: 1;
	width: 184px;
}
.spart-th .img li.z-1{
	z-index: -1;
}
.spart-th .img li.z2{
	z-index: 2;
}
.spart-th .img li.on{
	z-index: 3;
}
.spart-th .img .btn{
	top: 0;
	width: 72px;
	height: 232px;
	cursor: pointer;
	filter:alpha(opacity=0); 
	opacity: 0;
}
.spart-th .img .prev{
	left: 0;
	background: url(../img/prev04.png) no-repeat center;
}
.spart-th .img .next{
	right: 0;
	background: url(../img/next04.png) no-repeat center;
}
.spart-fo p.en{
	height: 32px;
	background-image: url(../img/sname04.png);
}
/*公共导航部分*/
.news-nav{
	width: 100%;
	height: 195px;
	padding-top: 207px;
	background: url(../img/bg_news.jpg) no-repeat center bottom;
	z-index: 3;
}
.honor-nav{
	width: 100%;
	height: 195px;
	padding-top: 207px;
	background: url(../img/bg_honnor.jpg) no-repeat center bottom;
	z-index: 3;
}
.case-nav{
   background: url(../img/bg_case.jpg) no-repeat center bottom;
}
.news-nav.fixed{
	position: fixed;
	left: 0;
	top: -270px;
	z-index: 20;
}
.news-nav h2,.honor-nav h2{
	font-weight: normal;
	font-size: 45px;
	line-height: 54px;
	color: #fff;
	text-align: center;
}
.news-nav p.en{
	height: 31px;
	background: url(../img/nname01.png) no-repeat center bottom;
}
.honor-nav p.en{
        position: relative;
    height: 25px; 
     background: url(../img/sname03.png) no-repeat center bottom;
}
.news-nav p.en.case{
   background: url(../img/nname-case.png) no-repeat center bottom;
}
.news-nav .list,.honor-nav .list{
	bottom: 0;
	height: 60px;
}
.news-nav .list li,.honor-nav .list li{
	background: url(../img/bg_line07.png) no-repeat right center;	
}
.news-nav .list li.bgno{
	background: none;
}
.news-nav .list a,.honor-nav .list a{
	display: inline-block;
	padding: 0 50px;
	line-height: 60px;
	color: #fff;
}

.news-nav .list1,.honor-nav .list1{
	bottom: 0;
	height: 60px;
    padding-left: 36%;
}
.news-nav .list1 li,.honor-nav .list1 li{
	background: url(../img/bg_line07.png) no-repeat right center;	
}
.news-nav .list1 li.bgno{
	background: none;
}
.news-nav .list1 a,.honor-nav .list1 a{
	display: inline-block;
	padding: 0 50px;
	line-height: 60px;
	color: #fff;
       font-size: 16px;
}


.news-nav .sign,.honor-nav .sign{
	left: -120px;
	bottom: 0;
	width: 120px;
	height: 3px;
	background: #fff;
}


.news-search{
	width: 100%;
	height: 27px;
	padding: 19px 0 14px;
	border-bottom: 1px solid #e1e1e5;
	margin-bottom: 50px;
	background: #fff;
	z-index: 19;
}
.news-search.fixed{
	position: fixed;
	left: 0;
	top: 152px;
}
.news-search .year{
	height: 25px;
	border: 1px solid #e1e1e5;
	background: url(../img/bg_sign25.png) no-repeat 90% center;
	margin-left: 8px;
	line-height: 25px;
	text-align: center;
}
.news-search .year .list{
	left: -1px;
	top: 25px;
	width: 100%;
	border: 1px solid #e1e1e5;
	background: #fff;
}
.news-search .long{
	padding-left: 10px;
	background-position: 97% center;
	text-align: left;
}
.news-search p{
	padding: 4px 12px 4px 10px;
	cursor: pointer;
	line-height: 18px;
	transition: all 0.5s;
}
.news-search p.hover{
	color: #fff;
	background: #205aa7;
}
.news-search p.t{
	min-width: 64px;
	padding-left: 0;
	color: #666;
	background: none;
}
.news-search p.t.hover{
	color: #205aa7;
}
.news-search .month{
	width: 58px;
	height: 25px;
	padding-right: 9px;
	border: 1px solid #e1e1e5;
	background: url(../img/bg_sign25.png) no-repeat 53px center;
	margin-left: 8px;
	line-height: 25px;
	text-align: center;
}
.news-search .month .list{
	left: -1px;
	top: 25px;
	width: 67px;
	border: 1px solid #e1e1e5;
	background: #fff;
}
.news-search .sign{
	width: 32px;
	height: 27px;
	background: url(../img/bg_sign24.png) no-repeat left center;
	cursor: pointer;
}
.news-search .search{
	width: 30px;
	height: 25px;
	border: 1px solid #fff;
}
.news-search .search.hover{
	border-color: #e7e7e7;
}
.news-search .search input{
	right: 30px;
	top: 0;
	width: 108px;
	height: 25px;
	padding: 0 5px;
	border: 0;
	line-height: 25px;
	color: #666;
}
.news-search .search input.submit{
	right: 0;
	width: 30px;
	height: 25px;
	background: url(../img/bg_sign24.png) no-repeat center;
}
.news-main{
	padding-bottom: 60px;
        height:500px;
}
.news-main .imgs{
	width: 645px;
	height: 474px;
	background: #f8f9fa;
}
.news-main .imglist{
	width: 645px;
	height: 291px;
}
.news-main .w570{
	width: 570px;
	margin: 0 auto;
}
.news-main .titlist{
	height: 50px;
	margin-top: 25px;
}
.news-main .titlist li{
	width: 570px;
}
.news-main .titlist a{
	display: inline-block;
	width: 100%;
	font-size: 24px;
	line-height: 50px;
	color: #205aa7;
}
.news-main .intlist{
	height: 40px;
	margin-bottom: 22px;
}
.news-main .intlist li{
	width: 570px;
	height: 40px;
}
.news-main .intlist a{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	transition: color 0.5s;
}
.news-main .intlist a:hover{
	color: #205aa7;
}
.news-main .sharelist{
	height: 22px;
}
.news-main .sharelist li{
	width: 570px;
	height: 22px;
	line-height: 22px;
	color: #999;
}
.news-main .sharelist p{
	padding-left: 25px;
	background: url(../img/bg_sign26.png) no-repeat;
	margin-right: 30px;
}
.news-main .sharelist p.care{
	background-position: 0 -22px;
}
.news-main .sharelist p.from{
	background-position: 0 -44px;
}
.news-main .btn{
	top: 0;
	width: 82px;
	height: 291px;
	filter:alpha(opacity=0); 
	opacity: 0;
	cursor: pointer;
}
.news-main .prev{
	left: 82px;
	background: url(../img/prev05.png) no-repeat center;
}
.news-main .next{
	right: 82px;
	background: url(../img/next05.png) no-repeat center;
}
.news-main .btns{
	left: 50%;
	top: 263px;
	height: 10px;
}
.news-main .btns span{
	display: inline-block;
	float: left;
	width: 11px;
	height: 10px;
	background: url(../img/bg_btn04.png) no-repeat;
	margin: 0 4px;
	cursor: pointer;
}
.news-main .btns span.cur{
	background-position: 0 -10px;
}
.news-main .list li{
	position: absolute;
	width: 310px;
	height: 227px;
}
.news-main .list a.img{
	display: inline-block;
	width: 310px;
	height: 141px;
}
.news-main .list .bg{
	left: 0;
	top: 0;
	width: 310px;
	height: 141px;
	background: #205aa7;
	filter:alpha(opacity=40); 
	opacity: 0.6;
	transition: opacity 0.5s;
}
.news-main .list li.hover .bg{
	filter:alpha(opacity=0); 
	opacity: 0;	
}
.news-main .list .border{
	left: 0;
	top: 0;
	width: 304px;
	height: 138px;
	border: 3px solid #205aa7;
	border-bottom: 0;
	filter:alpha(opacity=0); 
	opacity: 0;	
	transition: opacity 0.5s;
}
.news-main .list li.hover .border{
	filter:alpha(opacity=100); 
	opacity: 1;	
}
.news-main .list .int{
	width: 278px;
	height: 78px;
	padding: 8px 16px 0;
	background: #f8f9fa;
	line-height: 16px;
	transition: background 0.5s;
}
.news-main .list li.hover .int{
	background: #205aa7;
}
.news-main .list .year{
	width: 42px;
	padding-top: 8px;
	line-height: 14px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d9d9da;
	color: #205aa7;
	text-transform: uppercase;
	text-align: center;
	transition: color 0.5s;
}
.news-main .list li.hover .year{
	color: #fff;
}
.news-main .list .d{
	font: 36px/36px Impact;
	color: #205aa7;
	transition: color 0.5s;
}
.news-main .list li.hover .d{
	color: #fff;
}
.news-main .list .m{
	letter-spacing: 4px;
}
.news-main .list .tips{
	width: 220px;
}
.news-main .list .tips a{
	width: 100%;
	color: #a1a1a1;
	transition: color 0.5s;
}
.news-main .list .tips a.tit{
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.news-main .list li.hover a{
	color: #fff!important;
}
.page{
	right: 0;
	bottom: 50px;
	height: 40px;
}
.page a{
	display: inline-block;
	width: 38px;
	height: 38px;
	border: 1px solid #f6f6f6;
	border-bottom: 1px solid #c8c8c8;
	background-repeat: no-repeat;
	margin-left: 15px;
	transition: background-color, border 0.5s;
}
.page a.pagestar{
	background-image: url(../img/pagestar.png);
}
.page a.pageprev{
	background-image: url(../img/pageprev.png);
}
.page a.pagenext{
	background-image: url(../img/pagenext.png);
}
.page a.pageend{
	background-image: url(../img/pageend.png);
}
.page a:hover, .page a.cur{
	border: 1px solid #205aa7;
	background-color: #205aa7;
	background-position: center -40px;
}
.news-path{
	width: 100%;
	height: 52px;
	border-bottom: 1px solid #e1e1e5;
	background: #fff;
	line-height: 52px;
}
.news-path.fixed{
	position: fixed;
	left: 0;
	top: 152px;
	z-index: 19;
}
.news-path a{
	display: inline-block;
	color: #666;
	transition: color 0.5s;
}
.news-path a.fr{
	padding-right: 28px;
	background: url(../img/bg_sign28.png) no-repeat right 0;
}
.news-path a:hover{
	color: #205aa7;
	background-position: right -52px;
}
.news-path span{
	display: inline-block;
	width: 5px;
	height: 52px;
	padding: 0 12px;
	background: url(../img/bg_sign27.png) no-repeat center;
}
.news-path span.bgno{
	width: auto;
	padding: 0;
	background: none;
	color: #205aa7;
}
.news-info{
	padding-bottom: 42px;
}
.news-info h2{
	font-size: 24px;
	line-height: 66px;
	color: #666;
	text-align: center;
}
.news-info .tips{
	padding-bottom: 13px;
	border-bottom: 1px solid #efeff1;
	margin-bottom: 31px;
	text-align: center;
}
.news-info .tips span{
	display: inline-block;
	padding: 0 35px 0 24px;
	background: url(../img/bg_sign26.png) no-repeat left 0;
	line-height: 22px;
	color: #8b8b8b;
}
.news-info .tips span.name{
	background-position: left -44px;
}
.news-info .tips span.care{
	background-position: left -22px;
}
.news-info .detail{
	padding: 0 44px;
}
.news-info .detail img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news-info .share{
	padding-bottom: 25px;
	border-bottom: 1px solid #efeff1;
	margin: 32px 0 20px;
}
.news-info .share p.fl{
	width: 636px;
	padding-left: 44px;
	background: url(../img/bg_sign29.jpg) no-repeat left top;
}
.news-info .share p.fl a{
	display: inline-block;
	padding: 0 6px;
	border: 1px solid #ebebeb;
	margin-right: 10px;
	line-height: 22px;
	color: #959595;
	transition: all 0.5s;
}
.news-info .share p.fl a:hover{
	border: 1px solid #205aa7;
	background: #205aa7;
	color: #fff;
}
.bdsharebuttonbox a{
	display: inline-block;
	float: left;
	width: 35px!important;
	height: 22px!important;
	padding: 0!important;
	background: url(../img/bg_sign30.png) no-repeat!important;
	margin: 0 1px!important;
}
.bdsharebuttonbox a:hover{
	background-position: 0 -22px!important;
}
.bdsharebuttonbox .bds_tsina{
	background-position: 0 -44px!important;
}
.bdsharebuttonbox .bds_tsina:hover{
	background-position: 0 -66px!important;
}
.bdsharebuttonbox .bds_qzone{
	background-position: 0 -88px!important;
}
.bdsharebuttonbox .bds_qzone:hover{
	background-position: 0 -110px!important;
}
.bdsharebuttonbox .bds_tqq{
	background-position: 0 -132px!important;
}
.bdsharebuttonbox .bds_tqq:hover{
	background-position: 0 -154px!important;
}
.bdsharebuttonbox .bds_sqq{
	background-position: 0 -176px!important;
}
.bdsharebuttonbox .bds_sqq:hover{
	background-position: 0 -198px!important;
}
.bdsharebuttonbox .bds_tieba{
	background-position: 0 -220px!important;
}
.bdsharebuttonbox .bds_tieba:hover{
	background-position: 0 -242px!important;
}
.turn{
	line-height: 24px;
}
.turn a{
	color: #666;
	transition: color 0.5s;
}
.turn a:hover{
	color: #205aa7;
}
.news-rec{
	height: 281px;
	padding: 37px 0 32px;
	background: #eeeff0;
}
.news-rec .w{
	position: relative;
	top: 0;
	left: 0;
}
.news-rec .tit{
	height: 28px;
	margin-bottom: 26px;
}
.news-rec .btn{
	width: 28px;
	height: 28px;
	margin: 5px 5px 0;
	cursor: pointer;
}
.news-rec .prev{
	background: url(../img/prev06.png) no-repeat;
}
.news-rec .prev.hover{
	background-position: -28px 0;
}
.news-rec .next{
	background: url(../img/next06.png) no-repeat -28px 0;
}
.news-rec .next.hover{
	background-position: 0 0;
}
.news-rec .news-main{
	width: 980px;
	height: 227px;
	padding: 0;
}
.news-rec .news-main .list li{
	position: relative;
	margin-right: 25px;
}
.news-rec .news-main .tit{
	margin-bottom: 0;
}
.videos-main{
	padding-bottom: 120px;
}
.videos-main ul{
	width: 1000px;
}
.videos-main li{
	position: relative;
	z-index: 1;
	width: 480px;
	height: 285px;
	margin: 0 20px 20px 0;
	display: inline;
}
.videos-main li.z2{
	z-index: 2;
}
.videos-main .v-box{
	width: 480px;
	height: 285px;
}
.videos-main .tips{
	left: 0;
	bottom: 0;
	width: 480px;
	height: 62px;
}
.videos-main .tips-in{
	padding: 0 32px;
	background: url(../img/bg_sign31.png) no-repeat right bottom #e9e9e9;
	font-size: 14px;
	line-height: 62px;
	cursor: pointer;
	transition: all 0.5s;
}
.videos-main .tips-in.hover{
	background-color: #205aa7;
	color: #fff;
}
.videos-main .detail{
	left: 0;
	top: 0;
	width: 432px;
	height: 258px;
	padding: 27px 34px 0;
	background: #e9e9e9;
	filter:alpha(opacity=0); 
	opacity: 0;
}
.videos-main .detail .bdsharebuttonbox{
	right: 34px;
	bottom: 12px;
	line-height: 24px;
}
.videos-main .detail p.fz18{
	font-size: 18px;
	line-height: 46px;
}
.videos-main .detail .btn{
	right: 0;
	bottom: 0;
	width: 29px;
	height: 29px;
	background: url(../img/bg_sign32.png) no-repeat;
	cursor: pointer;
}
.videos-main .detail .btn.l{
	right: auto;;
	left: 0;
	background-position: 0 -29px;
}
.videos-main .detail .jiathis_style{
	right: 34px;
	bottom: 12px;
	line-height: 24px;
}
.jiathis_style .button, .jiathis_style .jiathis_txt{
	width: 35px!important;
	height: 22px!important;
	padding: 0!important;
	background: url(../img/bg_sign30.png) no-repeat!important;
	margin: 0 1px!important;
}
.jiathis_style a:hover .jtico{
	background-position: 0 -22px!important;
}
.jiathis_style .jiathis_button_tsina .jtico{
	background-position: 0 -44px!important;
}
.jiathis_style .jiathis_button_tsina:hover .jtico{
	background-position: 0 -66px!important;
}
.jiathis_style .jiathis_button_qzone .jtico{
	background-position: 0 -88px!important;
}
.jiathis_style .jiathis_button_qzone:hover .jtico{
	background-position: 0 -110px!important;
}
.jiathis_style .jiathis_button_tqq .jtico{
	background-position: 0 -132px!important;
}
.jiathis_style .jiathis_button_tqq:hover .jtico{
	background-position: 0 -154px!important;
}
.jiathis_style .jiathis_button_cqq .jtico{
	background-position: 0 -176px!important;
}
.jiathis_style .jiathis_button_cqq:hover .jtico{
	background-position: 0 -198px!important;
}
.jiathis_style .jiathis_button_tieba .jtico{
	background-position: 0 -220px!important;
}
.jiathis_style .jiathis_button_tieba:hover .jtico{
	background-position: 0 -242px!important;
}
.jobs-partfi{
	padding-top: 218px;
	background-image: url(../img/bg_bg15.jpg);
}
.jobs-partfi .tips p.en{
	height: 31px;
	background-image: url(../img/jname01.png);
}
.jobs-partfi .box{
	width: 824px;
	height: 304px;
	margin: 36px auto 0;
}
.jobs-partfi .img-list{
	left: -276px;
	width: 276px;
	height: 304px;
	filter:alpha(opacity=0); 
	opacity: 0;
}
.jobs-partfi .img-list .btn{
	right: 20px;
	bottom: 20px;
	height: 10px;
}
.jobs-partfi .img-list .btn span{
	display: inline-block;
	float: left;
	width: 11px;
	height: 10px;
	background: url(../img/bg_btn04.png) no-repeat;
	margin-left: 8px;
	cursor: pointer;
}
.jobs-partfi .img-list .btn span.cur{
	background-position: 0 -10px;
}
.jobs-partfi .list{
	right: -513px;
	width: 478px;
	height: 224px;
	padding: 40px 35px;
	background: #fff;
	filter:alpha(opacity=0); 
	opacity: 0;
}
.jobs-partfi .list .box-in{
	width: 478px;
	height: 224px;
	line-height: 20px;
}
.jobs-partfi .list .box-in .scroll{
	width: 458px;
}
.jobs-partfi .list .box-in .scrollbar{
	right: 2px;
	top: 0;
	width: 1px;
	height: 224px;
	background: #ccc;
}
.jobs-partfi .list .box-in .scrollbtn{
	left: -2px;
	top: 0;
	width: 5px;
	height: 20px;
	border-radius: 3px;
	background: #1e569f;
	cursor: pointer;
}
.jobs-partfi .list .tit{
	font-size: 16px;
	line-height: 40px;
}
.jobs-partfi .list .btn{
	height: 28px;
	margin-top: 10px;
}
.jobs-partfi .list .btns{
	width: 28px;
	height: 28px;
	margin-left: 10px;
	cursor: pointer;
	transition: background 0.5s;
}
.jobs-partfi .list .up{
	background: url(../img/prev09.png) no-repeat;
}
.jobs-partfi .list .up.hover{
	background-position: 0 -28px;
}
.jobs-partfi .list .down{
	background: url(../img/next09.png) no-repeat 0 -28px;
}
.jobs-partfi .list .down.hover{
	background-position: 0 0;
}
.jobs-partse .tips p.en{
	height: 31px;
	background-image: url(../img/jname02.png);
}
.jobs-partse .tips .line{
	bottom: -43px;
}
.jobs-partse .intro{
	width: 762px;
	margin: 78px auto 0;
}
.jobs-partse .img{
	width: 335px;
	min-height: 268px;
}
.jobs-partse img{
	filter:alpha(opacity=0); 
	opacity: 0;	
}
.jobs-partse img.fi{
	left: 0;
	top: 0;
}
.jobs-partse img.se{
	left: 30px;
	top: 24px;
}
.jobs-partse img.th{
	left: 135px;
	top: 98px;
}
.jobs-partse img.fo{
	left: 75px;
	top: 168px;
}
.jobs-partse .detail{
	right: -365px;
	width: 365px;
	padding-top: 20px;
	line-height: 24px;
	filter:alpha(opacity=0); 
	opacity: 0;
}
.jobs-partse .detail a{
	display: inline-block;
	width: 122px;
	height: 39px;
	background: url(../img/bg_btn11.png) no-repeat;
	margin-top: 12px;
	font-size: 14px;
	line-height: 39px;
	color: #1e569f;
	text-align: center;
}
.jobs-partse .detail a:hover{
	color: #fff;
	background-position: 0 -39px;
}
.jobs-partth{
	background-image: url(../img/bg_bg16.jpg);
}
.jobs-partth .tips p.en{
	height: 33px;
	background-image: url(../img/jname03.png);
}
.jobs-partth .tips .line{
	bottom: -40px;
	background: #fff;
}
.jobs-partth .list{
	width: 980px;
	height: 286px;
	margin: 96px auto 0;
}
.jobs-partth .list .btns{
	top: 0;
	width: 73px;
	height: 207px;
	cursor: pointer;
	filter:alpha(opacity=0); 
	opacity: 0;
}
.jobs-partth .list .prev{
	left: 0;
	background: url(../img/prev04.png) no-repeat left center;
}
.jobs-partth .list .next{
	right: 0;
	background: url(../img/next04.png) no-repeat right center;
}
.jobs-partth .list-in{
	width: 980px;
	height: 207px;
}
.jobs-partth .list-in ul{
	width: 993px;
}
.jobs-partth .list-in li{
	position: relative;
	overflow: hidden;
	width: 319px;
	height: 207px;
	margin-right: 12px;
	display: inline;
}
.jobs-partth .list-in img{
	transition: all 1s;
}
.jobs-partth .list-in img.hover{
	transform: scale(1.05)
}
.jobs-partth .list-in p{
	left: 0;
	bottom: -32px;
	width: 100%;
	height: 32px;
	background: url(../img/bg_shadow08.png);
	line-height: 32px;
	color: #fff;
	text-align: center;
}
.jobs-partth a.joinus{
	display: inline-block;
	left: 50%;
	bottom: 0;
	width: 122px;
	background: url(../img/bg_btn12.png) no-repeat;
	margin-left: -61px;
	font-size: 14px;
	line-height: 39px;
	color: #fff;
	text-align: center;
}

.jobs-partfo{
	height: auto;
	padding-bottom: 108px;
}
.jobs-partfo .tips p.en{
	height: 26px;
	background-image: url(../img/jname04.png);
}
.jobs-partfo .tab{
	height: 36px;
	margin: 40px auto 4px;
	text-align: center;
}
.jobs-partfo .tab .in{
	left: 50%;
	top: 0;
	width: 260px;
	height: 36px;
	margin-left: -130px;
}
.jobs-partfo .tab span{
	display: inline-block;
	float: left;
	width: 129px;
	height: 34px;
	border: 1px solid #dfdfdf;
	margin-left: -1px;
	line-height: 34px;
	text-align: center;
	transition: all 0.5s;
	cursor: pointer;
}
.jobs-partfo .tab span.cur{
	border: 1px solid #205aa7;
	background: #205aa7;
	color: #fff;
}
.jobs-partfo .tel{
	height: 47px;
	line-height: 47px;
}
.jobs-partfo .tel .w{
	width: 928px;
}
.jobs-partfo .tel p.fr{
	padding-left: 22px;
	margin-left: 15px;
	background: url(../img/bg_sign64.png) no-repeat left center;
}
.jobs-partfo .tel p.mail{
	background-image: url(../img/bg_sign65.png);
}
.jobs-partfo .tel a{
	color: #666;
	transition: color 0.5s;
}
.jobs-partfo .tel a:hover{
	color: #205aa7;
}
.jobs-partfo .box{
	margin-bottom: 50px;
}
.jobs-partfo .boxs{
	width: 928px;
	margin: 0 auto;
}
.jobs-partfo .boxs li{
	width: 928px;
	border-bottom: 1px solid #e7e7e7;
}
.jobs-partfo .boxs .title{
	height: 53px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 53px;
	color: #333;
	cursor: pointer;
}
.jobs-partfo .boxs li.cur .title{
	background: #eee;
}
.jobs-partfo .boxs .title span{
	display: inline-block;
	width: 36px;
	height: 53px;
	background: url(../img/bg_sign66.png) no-repeat 0 -53px;
	cursor: pointer;
}
.jobs-partfo .boxs li.cur .title span{
	background-position: 0 0;
}
.jobs-partfo .boxs .intro{
	padding: 20px 20px 5px;
	line-height: 24px;
}
.jobs-partfo .boxs td{
	padding-bottom: 10px;
}
.jobs-partfo .boxs a.apply{

	display: inline-block;
	width: 88px;
	background: #205aa7;
	border: 1px solid #205aa7;
	margin-top: 10px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	transition: all 0.5s;
}
.jobs-partfo .boxs a.apply:hover{
	border: 1px solid #3b3838;
	background: #fff;
	color: #3b3838;
}
.jobs-partfo .imgs .in{
	left: 50%;
	top: 0;
}
.jobs-partfo .imgs .in a{
	display: inline-block;
	width: 110px;
	height: 40px;
	margin: 0 20px;
}
.out-jobs{
	z-index: 20;
}
.out-jobs .main{
	left: 50%;
	width: 646px;
	height: 546px;
	padding: 12px 58px 0;
	background: #fff;
	margin-left: -381px;
}
.out-jobs .main .close{
	right: -40px;
	top: 0;
	width: 20px;
	height: 20px;
	background: url(../img/close04.png) no-repeat;
	cursor: pointer;
}
.out-jobs .main h2{
	font-weight: normal;
	font-size: 24px;
	line-height: 80px;
	color: #000;
}
.out-jobs .main td{
	height: 35px;
	padding-bottom: 9px;
}
.out-jobs .main label{
	display: inline-block;
	width: 302px;
	height: 35px;
	background: url(../img/bg_input03.png) no-repeat;
}
.out-jobs .main input{
	width: 270px;
	height: 35px;
	padding: 0 16px;
	border: 0;
	background: none;
	line-height: 35px;
	color: #ccc;
}
.out-jobs .main input.file{
	width: 268px;
	height: 33px;
	border-radius: 3px;
}
.out-jobs .main input.submit{
	width: 158px;
	height: 36px;
	background: #205aa7;
	color: #fff;
}
.out-jobs .main select{
	width: 300px;
	height: 31px;
	padding-left: 16px;
	margin: 2px 0 0 1px;
	border: 0;
	line-height: 31px;
	color: #ccc;
}
.out-jobs .main option{
	padding: 0 16px;
}
.out-jobs .main textarea{
	width: 614px;
	height: 112px;
	padding: 0 15px;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	resize: none;
}

/*PRODUCTS*/
.pro-banner{
	height: 654px;
	background: url(../../img/loadings.gif) no-repeat center;
}
.pro-banner .list li img{
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.pro-banner .tips{
	left: 50%;
	top: 262px;
	width: 420px;
	height: 392px;
	margin-left: 152px;
}
.pro-banner .tips li{
	left: 420px;
}
.pro-banner .tips h2{
	position: relative;
	padding-top: 28px;
	background: url(../img/bg_line08.jpg) no-repeat left top;
	font-size: 35px;
	line-height: 66px;
	color: #fff;
}
.pro-banner .tips p{
	position: relative;
	font: 24px/24px Arial;
	color: #f7f7f7;
	text-transform: uppercase;
}
.pro-banner .tips a{
	position: relative;
	display: inline-block;
	width: 135px;
	margin-top: 42px;
	background: url(../img/bg_btn06.png) no-repeat;
	font: 14px/40px Arial;
	color: #fff;
	text-align: center;
	transition: color 0.5s;
}
/*.pro-banner .tips a:hover{
	background-position: 0 -40px;
	color: #fff;
}*/
.pro-banner .line{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
}
.pro-banner .in{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5px;
	background: url(../img/bg_line01.png);
}
.pro-banner .btn{
	top: 0;
	width: 66px;
	height: 100%;
	cursor: pointer;
	transition: background 0.5s;
	display: none;
	filter:alpha(opacity=0); 
	opacity: 0;
}
.pro-banner .prev{
	left: 66px;
	background: url(../img/prev11.png) no-repeat 22px center;
}
.pro-banner .prev.hover{
	background-position: -44px center;
}
.pro-banner .next{
	right: 66px;
	background: url(../img/next11.png) no-repeat -92px center;
}
.pro-banner .next.hover{
	background-position: -26px center
}
.pro-select{
	height: 205px;
	padding-top: 30px;
	/*background: url(../img/bg_bg09.jpg) no-repeat center;*/
	line-height: 20px;
	color: #c3daf4;
    background: #09458e;
}
.pro-select .w{
	height: 205px;
}
.pro-select h2{
	margin-bottom: 8px;
	font-size: 30px;
	line-height: 50px;
	color: #fff;
}
.pro-select .select{
	left: 0;
	bottom: 32px;
	width: 980px;
	height: 49px;
}
.pro-select .box{
	width: 482px;
	height: 45px;
	border: 2px solid #fff;
	background: #fff;
	transition: border 0.5s;
}
.pro-select .box.hover, .pro-select .box.cur{
	border: 2px solid #205aa7;
}
.pro-select .tit{
	padding-left: 20px;
	font-size: 14px;
	line-height: 45px;
	color: #666;
	cursor: pointer;
}
.pro-select .tit p.fl{
	width: 408px;
}
.pro-select .tit span{
	display: inline-block;
	width: 54px;
	height: 45px;
	background: url(../img/bg_sign33.png) no-repeat center;
}
.pro-select .tit span.cur{
	background-image: url(../img/bg_sign33s.png);
}
.pro-select .list{
	left: -2px;
	top: 47px;
	width: 482px;
	border: 2px solid #205aa7;
	border-top: 0;
	background: #fff;
	font-size: 14px;
	line-height: 45px;
	color: #666;
}
.pro-select .list p{
	padding: 0 25px;
	cursor: pointer;
	transition: all 0.5s;
}
.pro-select .list p.hover{
	color: #fff;
	background: #205aa7;
}
.pro-select input{
	width: 363px;
	height: 43px;
	padding: 0 32px;
	border: 0;
	font-size: 14px;
	line-height: 43px;
	color: #666;
}
.pro-select input.submit{
	width: 55px;
	height: 43px;
	padding: 0;
	background: url(../img/bg_btn07.png) no-repeat center;
}
.pro-list{
	padding: 74px 0 62px;
	background: #fbfbfb;
}
.pro-title h2{
	font-weight: normal;
	font-size: 45px;
	line-height: 56px;
	color: #515151;
	text-align: center;
}
.pro-title p.en{
	height: 28px;
	background: url(../img/pname01.png) no-repeat center bottom;
}
.pro-list .list{
	padding-top: 40px;
}
.pro-list .list ul{
	width: 1002px;
}
.pro-list .list li{
position: relative;
	width: 312px;
	background: #fff;
	margin: 0 22px 22px 0;
	display: inline;
}
.pro-list .list li.new{
	opacity: 0;
	top: 150px;
}
.pro-list .tit{
display: inline-block;
	width: 310px;
	height: 53px;
	border: 1px solid #e4e4e4;
	font-size: 14px;
	line-height: 53px;
	color: #000;
	text-align: center;
	transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-list .tit.bor-b{
	border: 1px solid #205aa7;
}
.pro-list .img{
	/*padding: 34px 0 25px;*/
}
.pro-list .int{
	height: 56px;
	padding: 0 24px;
	line-height: 18px;
}
.pro-list .btn{
	height: 37px;
	padding: 0 16px;
}
.pro-list .bor{
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	transition: border 0.5s;	
}
.pro-list .bor-b{
	border-left: 1px solid #0e7dc7;
	border-right: 1px solid #0e7dc7;	
}
.pro-list .btn a{
	display: inline-block;
	padding-left: 13px;
	background: url(../img/bg_sign34.png) no-repeat left 0;
	margin-right: 7px;
	line-height: 26px;
	color: #666;
}
.pro-list .btn span{
	display: inline-block;
	padding-right: 14px;
	background: url(../img/bg_sign35.png) no-repeat right 0;
}
.pro-list a:hover{
	    color: #fff;
    font-weight: bold;
	background-position: left -26px;
}
.pro-list a.tit:hover{
	color: #205aa7;
}
.pro-list a:hover span{
	background-position: right -26px;
}
.pro-list .line{
	width: 100%;
	height: 3px;
	background: #bababa;
}
.pro-list .line .in{
	left: -320px;
	top: 0;
	width: 100%;
	height: 3px;
	background: #205aa7;
}
.pro-list .sign{
	left: 0;
	top: 0;
	width: 54px;
	height: 54px;
	background: url(../img/bg_sign36.png) no-repeat;
}
.pro-list .sign.hot{
	background-position: 0 -54px;
}
.pro-list .loading{
	height: 30px;
	background: url(../img/loading.gif) no-repeat center;
}
.pro-list .btns{
	height: 45px;
	margin-top: 35px;
}
.pro-list .btns a{
	display: inline-block;
	left: 50%;
	top: 0;
	width: 178px;
	height: 43px;
	border: 1px solid #0c4da1;
	padding-left: 110px;
	background: #0c4da1;
	margin-left: -145px;
	font-size: 18px;
	line-height: 45px;
	color: #fff;
	transition: all 0.5s;
}
.pro-list .btns a:hover{
	border: 1px solid #040000;
	background: none;
	color: #040000;
}
.pro-list .btns span.fr{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 7px 10px 0 0;
	background: url(../img/bg_sign37.png) no-repeat;
	display: none;
}
.pro-list .btns span.in{
	display: inline-block;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../img/bg_sign38.png) no-repeat;
}
.pro-list .out-list{
	left: 0;
	top: 0;
	z-index: 2;
	width: 980px;
	background: #fff;
}
.pro-list .out-list .sign{
	top: -5px;
	width: 9px;
	height: 6px;
	background: url(../img/bg_sign40.png) no-repeat;
}
.pro-list .out-list .tit{
	width: 946px;
	height: 58px;
	padding-left: 32px;
	border-bottom: 0;
	font-size: 14px;
	line-height: 58px;
	color: #000;
}
.pro-list .out-list .close{
	cursor: pointer;
}
.pro-list .con-list{
	overflow: hidden;
	width: 978px;
	min-height: 206px;
	border: 1px solid #e7e7e6;
	border-bottom: 3px solid #BABABA;
	background: url(../img/loading.gif) no-repeat center;
}
.pro-list .con-list.bgno{
	background: none;
}
.pro-list .con-list ul{
	width: 980px;
	border-left: 1px solid #e7e7e6;
	margin-left: -1px;
}
.pro-list .con-list li{
	position: relative;
	width: 195px;
	height: 166px;
	padding-top: 40px;
	border: 1px solid #e7e7e6;
	margin: -1px 0 0 -1px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	transition: border 0.5s;
}
.pro-list .con-list li.fi,
.pro-list .con-list li.se,
.pro-list .con-list li.th,
.pro-list .con-list li.fo{
	z-index: 2;
	border: 1px solid #0e7dc7;
}
.pro-list .con-list img{
	margin-bottom: 40px;
}
.pro-list .con-list img.poa{
	left: 0;
	top: 40px;
	margin: 0;
}
.pro-list .con-list .signs{
	left: 14px;
	top: 24px;
	width: 17px;
	height: 17px;
	background: url(../img/bg_sign41.png) no-repeat;
	filter:alpha(opacity=0); 
	opacity: 0;
	transition: opacity 0.5s;
}
.pro-list .con-list li.fi .signs,
.pro-list .con-list li.se .signs,
.pro-list .con-list li.th .signs,
.pro-list .con-list li.fo .signs{
	filter:alpha(opacity=1); 
	opacity: 1;
}
.select-list{
	position: fixed;
	left: 50%;
	bottom: 0;
	z-index: 20;
	width: 926px;
	height: 196px;
	padding: 0 26px;
	border: 1px solid #e8e8e7;
	background: #ededed;
	margin-left: -490px;
}
.select-list .title{
	height: 46px;
	font-size: 14px;
	line-height: 46px;
	color: #666;
}
.select-list p.fr{
	margin-top: 11px;
	font-size: 12px;
	line-height: 35px;
	cursor: pointer;
}
.select-list li{
	position: relative;
	width: 195px;
	height: 119px;
	border: 1px solid #e8e8e7;
	margin-left: -1px;
	line-height: 32px;
	text-align: center;
	transition: border 0.5s;
	display: none;
}
.select-list li.hover{
	z-index: 2;
	border: 1px solid #0e7dc7;
}
.select-list li img{
	margin-top: 5px;
}
.select-list p{
	color: #666;
}
.select-list a:hover p{
	color: #0e7dc7;
}
.select-list .sign{
	left: 11px;
	top: 8px;
	width: 17px;
	height: 17px;
	background: url(../img/close02.png) no-repeat;
	cursor: pointer;
}
.select-list .btn-in{
	width: 109px;
	margin-top: 24px;
}
.select-list .btn-in a{
	display: inline-block;
	width: 100%;
	line-height: 40px;
	color: #666;
	text-align: center;
}
.select-list .btn-in a.b{
	width: 107px;
	height: 38px;
	border: 1px solid #e7e7e6;
	background: #205aa7;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	transition: all 0.5s;
}
.select-list .btn-in a.b:hover{
	border: 1px solid #000;
	background: none;
	color: #000;
}

/********Case********/
.program-main{
  padding-top:30px;
}
.pro-cases{
	padding: 27px 0 103px;
}
.pro-cases .pro-title a{
	color: #515151;
}
.pro-cases .pro-title p.en{
	background-image: url(../img/pname03.png);
}
.pro-cases .list{
	height: 304px;
	margin-top: 40px;
}
.pro-cases .btn{
	top: 0;
	width: 77px;
	height: 304px;
	cursor: pointer;
	filter:alpha(opacity=0);
  opacity: 0;
  transition: all 0.5s;
}
.pro-cases .prev {
  left: -77px;
  background: url(../img/prev07.png) no-repeat 0 center;
}
.pro-cases .prev.hover {
  filter: alpha(opacity=100);
  opacity: 1;
  background-position: -77px center;
}
.pro-cases .next {
  right: -77px;
  background: url(../img/next07.png) no-repeat -77px center;
}
.pro-cases .next.hover {
  filter: alpha(opacity=100);
  opacity: 1;
  background-position: 0 center;
}
.pro-cases .list-in {
  width: 980px;
  height: 304px;
}
.pro-cases ul {
  width: 1005px;
}
.pro-cases li {
  position: relative;
  width: 312px;
  height: 187px;
  margin: 0 23px 23px 0;
}
.pro-cases li .bg {
  /*left: 38.5px;*/
  bottom: 0;
  width: 100%;
  height: 100%;
  background:#205aa7;
}
.pro-cases li .sign {
  position: absolute;
  left: 0;
  top: 88px;
  width: 100%;
  padding-bottom: 6px;
  background: url(../img/bg_line09.jpg) no-repeat center bottom;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}
.pro-cases li .tips {
  left: 71px;
  bottom: -20px;
  width: 170px;
  height: 62px;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pro-vd {
  height: 241px;
}
.pro-vd .bg {
  min-width: 980px;
}
.pro-vd .o {
  left: 0;
  top: 0;
  width: 38%;
  min-width: 335px;
  height: 241px;
  background: #ffa242;
}
.pro-vd .b {
  right: 0;
  top: 0;
  width: 62%;
  min-width: 645px;
  height: 241px;
  background: url(../img/bg_bg11.jpg) no-repeat #205aa7;
}
.pro-vd .box {
  height: 204px;
  padding-top: 37px;
  line-height: 24px;
}
.pro-vd .box p.t {
  font-size: 24px;
  line-height: 60px;
  color: #fff;
}
.pro-vd .videos {
  width: 335px;
  background: url(../img/bg_bg10.jpg) no-repeat center;
}
.pro-vd .list {
  height: 72px;
  padding-bottom: 14px;
}
.pro-vd .list li {
  width: 335px;
  height: 24px;
  margin-right: 10px;
  display: inline;
}
.pro-vd .list a {
  display: inline-block;
  padding-left: 20px;
  background: url(../img/bg_sign39.png) no-repeat left center;
  line-height: 24px;
  color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
  transition: opacity 0.5s;
}
.pro-vd .list a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.pro-vd a.more {
  display: inline-block;
  width: 34px;
  height: 33px;
  background: url(../img/bg_btn08.png) no-repeat -34px 0;
  margin-right: 94px;
  transition: background 0.5s;
}
.pro-vd a.more:hover {
  background-position: 0 0;
}
.pro-vd .download {
  width: 588px;
  padding-left: 57px;
}
.pro-vd .download ul {
  width: 690px;
}
.pro-vd .download a.more {
  background-image: url(../img/bg_btn09.png);
  margin-right: 0;
}
.contrast-btn {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 20;
  width: 187px;
  height: 40px;
  background: #205aa7;
  margin-left: 303px;
  line-height: 40px;
  color: #2668be;
}
.contrast-btn a {
  display: inline-block;
  width: 60px;
  color: #a6b5d4;
  text-align: center;
  transition: color 0.5s;
}
.contrast-btn a:hover {
  font-size: 14px;
  color: #fff;
}
.proinfo-search {
  height: 48px;
  background: url(../img/bg_shadow07.png);
  padding-top: 92px;
}
.proinfo-search.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 0!important;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0,0,0,0.18);
}
.proinfo-search.bg {
}
.proinfo-search p.fl {
  font-size: 24px;
  line-height: 48px;
}
.proinfo-search a.m {
  display: inline-block;
  padding-right: 25px;
  background: url(../img/bg_sign28.png) no-repeat right -1px;
  line-height: 48px;
  color: #666;
  transition: color 0.5s;
}
.proinfo-search a.m:hover {
  background-position: right -53px;
  color: #205aa7;
}
.proinfo-search .list {
  left: 0;
  top: 92px;
  width: 100%;
  padding-bottom: 18px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
.proinfo-search.fixed .list {
  top: 0;
}
.proinfo-search .list .btn {
  height: 33px;
  margin-top: 25px;
}
.proinfo-search .tit {
  height: 60px;
}
.proinfo-search .tit a.back {
  display: inline-block;
  font-size: 12px;
  line-height: 60px;
  color: #666;
  transition: color 0.5s;
}
.proinfo-search .tit a.back:hover {
  color: #1a57a7;
}
.proinfo-search .tit .close {
  width: 70px;
  height: 60px;
  background: url(../img/close03.png) no-repeat center;
  cursor: pointer;
}
.proinfo-search .list-in li {
  position: relative;
  top: 100px;
  width: 194px;
  border: 1px solid #e7e7e6;
  background: #fff;
  margin: -1px 0 0 -1px;
  transition: border 0.5s;
  filter: alpha(opacity=0);
  opacity: 0;
}
.proinfo-search .list-in li.hover {
  z-index: 2;
  border: 1px solid #1a57a7;
}
.proinfo-search .list-in p {
  line-height: 36px;
  color: #666;
  text-align: center;
  transition: color 0.5s;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.proinfo-search .list-in li.hover p {
  color: #1a57a7;
}
.proinfo-search .loading {
  height: 40px;
  background: url(../img/loading.gif) no-repeat center;
  margin-top: 25px;
}
.proinfo-search a.more {
  display: block;
  width: 145px;
  height: 31px;
  border: 1px solid #205aa7;
  background: #205aa7;
  margin: 0 auto;
  line-height: 33px;
  color: #fff;
  transition: all 0.5s;
}
.proinfo-search a.more:hover {
  border: 1px solid #000;
  background: none;
  color: #000;
}
.proinfo-search a.more span.fl {
  margin-left: 48px;
}
.proinfo-search a.more span.fr {
  display: none;
  width: 23px;
  height: 23px;
  margin: 4px 4px 0 0;
  background: url(../img/bg_sign121.png) no-repeat center;
}
.proinfo-search a.more span.in {
  left: 0;
  top: 0;
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../img/bg_sign122.png) no-repeat;
}
.search-blank {
  height: 140px;
}
.proinfo-ban {
  width: 100%;
  height: 503px;
  background: url(../img/bg_proinfoban.jpg) no-repeat center;
  margin-top: -48px;
}
.proinfo-ban .list {
  padding-top: 88px;
}
.proinfo-ban .list li {
  position: absolute;
  left: 0;
  top: 88px;
  width: 980px;
  height: 323px;
  line-height: 24px;
}
.proinfo-ban .list .tips {
  left: -200px;
  width: 450px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.proinfo-ban .list h2 {
  font-size: 40px;
  line-height: 100px;
  color: #205aa7;
}
.proinfo-ban .list span {
  display: inline-block;
  font: 52px/100px Arial;
  color: #205aa7;
  line-height: 70px;
}
.proinfo-ban .list img {
  right: -290px;
  top: -3px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.proinfo-ban .btn {
  left: 50%;
  bottom: 32px;
  height: 60px;
}
.proinfo-ban .btn img {
  padding: 10px;
  border: 1px solid #ccc;
  margin: 0 5px;
  cursor: pointer;
  transition: border 0.5s;
}
.proinfo-ban .btn img.cur {
  border: 1px solid #205aa7;
}
.proinfo-menu {
  height: 172px;
  padding-top: 20px;
  background: url(../img/bg_proinfomenu.jpg) no-repeat center;
}
.proinfo-menu h2 {
  font-size: 30px;
  line-height: 108px;
  color: #fff;
}
.proinfo-menu .tips {
  margin-top: 17px;
}
.proinfo-menu .tips li {
  position: relative;
  width: 78px;
}
.proinfo-menu .tips a {
  display: block;
  min-width: 36px;
  height: 26px;
  padding-top: 30px;
  background: url(../img/bg_sign42.png) no-repeat center 2px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  transition: background 0.5s;
}
.proinfo-menu a.download {
  background-image: url(../img/bg_sign43.png);
}
.proinfo-menu a.video {
  background-image: url(../img/bg_sign44.png);
}
.proinfo-menu a.share {
  background-image: url(../img/bg_sign59.png);
}
.proinfo-menu .tips a:hover {
  background-position: center 0;
}
.proinfo-menu .tips .sub-in {
  left: -215px;
  top: 5px;
  width: 230px;
  background: none;
}
.proinfo-menu .tips .sub-in a {
  position: relative;
  left: 20px;
  filter: alpha(opacity=0);
  opacity: 0;
  background: url(../img/bg_sign53.png) no-repeat center!important;
  transition: all 0.5s;
}
.proinfo-menu .tips .sub-in a.bds_tsina {
  background: url(../img/bg_sign54.png) no-repeat center!important;
}
.proinfo-menu .tips .sub-in a.bds_qzone {
  background: url(../img/bg_sign55.png) no-repeat center!important;
}
.proinfo-menu .tips .sub-in a.bds_tqq {
  background: url(../img/bg_sign56.png) no-repeat center!important;
}
.proinfo-menu .tips .sub-in a.bds_sqq {
  background: url(../img/bg_sign57.png) no-repeat center!important;
}
.proinfo-menu .tips .sub-in a.bds_tieba {
  background: url(../img/bg_sign58.png) no-repeat center!important;
}
.proinfo-menu .tips .sub-in a:hover {
  filter: alpha(opacity=80)!important;
  opacity: 0.8!important;
}
.proinfo-menu .list.fixed {
  position: fixed;
  left: 0;
  top: 72px;
  z-index: 19;
  width: 100%;
  height: 64px;
  background: url(../img/bg_proinfomenu.jpg) no-repeat center bottom;
}
.proinfo-menu .list ul {
  width: 100%;
  margin-left: -1px;
}
.proinfo-menu .list.fixed ul {
  position: absolute;
  left: 50%;
  top: 0;
  width: 980px;
  margin-left: -491px;
}
.proinfo-menu .list li {
  height: 61px;
  padding-top: 3px;
  margin: 0 1px;
  display: none;
}
.proinfo-menu .list a {
  display: inline-block;
  width: 100%;
  height: 61px;
  font-size: 16px;
  line-height: 61px;
  color: #fff;
  text-align: center;
  background: url(../img/bg_bg12.png) no-repeat right top;
  trnaistion: all 0.5s;
}
.proinfo-menu .list li.bg a {
  background-image: url(../img/bg_bg13.png);
}
.proinfo-menu .list li a:hover, .proinfo-menu .list li a.cur {
  background: #fff;
  color: #205aa7;
}
.proinfo-menu .list a.cur {
  padding-top: 3px;
  margin-top: -3px;
}
.proinfo-menu .out-list {
  top: 85px;
}
.proinfo-menu .pro-list {
  padding: 0;
  background: none;
}
.proinfo-menu .pro-list .out-list .sign {
  left: 802px;
}
.proinfo-menu .select-list .sign {
  left: 11px;
}
.proinfo-menu .pro-list .contrast-btn {
  bottom: auto;
  top: 132px;
  margin-left: 488px;
}

.pro-list .list .proli{
	position: relative;
	width: 47%;
    height: 152px;
    border: 1px solid #e4e4e4;
	background: #fff;
	margin: 0 22px 22px 0;
	display: inline;

}
.pro_li{
    float: left;
}
.pro-list .tit1{
	display: inline-block;
	width: 100%;
	height: 53px;
	border-bottom: 1px solid #e4e4e4;
	font-size: 14px;
	line-height: 53px;
	color: #000;
	text-align: center;
	transition: all 0.5s;
}
.pro_fenlei{
    width: 68%;
    float: left;
    margin: 0 auto;
    padding: 0px 0px;
    height: 150px;
}
.lj{
    position: absolute;
    bottom: 15px;
    right: 20px;

	cursor: pointer;
	filter:alpha(opacity=0);
 transition: all 0.5s;
}
.lj .fr{
	    /* display: inline-block; */
    /* width: 30px; */
    /* height: 42px; */
    padding: 2px 15px;
    /* background: url("http://zjlw.dianqi800.com/templet/MDP2021/css/../img/bg_sign37.png") no-repeat; */
    border: 1px solid #205aa7;
    border-radius: 24px;

}
.proinfo-intro {
  padding: 75px 0 60px;
}
.proinfo-intro .list {
  /*height: 126px;*/
  margin-bottom: 72px;
}
.proinfo-intro .list ul {
  width: 981px;
}
.proinfo-intro .list li {
  width: 326px;
  height: 126px;
  border-right: 1px solid #ededed;
  line-height: 18px;
  color: #8b8b8b;
  text-align: center;
}
.proinfo-intro .list li.hover {
  color: #333;
}
.proinfo-intro .list p.t {
  line-height: 26px;
  color: #333;
}
.proinfo-intro .list .det {
  width: 170px;
  margin: 0 auto
}
.proinfo-intro .btn {
  width: 486px;
  height: 13px;
  background: url(../img/bg_line10.png) no-repeat center 6px;
  margin: 0 auto;
}
.proinfo-intro .btns {
  width: 41px;
  height: 13px;
  cursor: pointer;
  margin-right: 25px;
  transition: background 0.5s;
}
.proinfo-intro .prev {
  margin-left: 189px;
  background: url(../img/prev08.jpg) no-repeat;
}
.proinfo-intro .prev.hover {
  background-position: -41px 0;
}
.proinfo-intro .next {
  background: url(../img/next08.jpg) no-repeat -41px 0;
}
.proinfo-intro .next.hover {
  background-position: 0 0;
}
.proinfo-table {
  padding: 20px 0 70px;
  background: #f2f2f2;
}
.proinfo-table h2 {
  font-size: 24px;
  line-height: 88px;
  color: #565656;
}
.proinfo-table h2 a {
  display: inline-block;
  width: 83px;
  padding-left: 60px;
  border: 1px solid #dbdbdb;
  color: #666;
  background: url(../img/bg_sign116.png) no-repeat 24px -33px;
  margin-top: 29px;
  font-weight: normal;
  font-size: 12px;
  line-height: 31px;
  transition: all 0.5s;
}
.proinfo-table h2 a:hover {
  border: 1px solid #205aa7;
  background: url(../img/bg_sign116.png) no-repeat 24px 0 #205aa7;
  color: #fff;
}
.proinfo-table .table-tip {
  height: 39px;
  background: #595959;
  line-height: 39px;
  color: #fff;
  text-align: center;
}
.proinfo-table .table-tip p.fl {
  width: 192px;
  padding-left: 26px;
  text-align: left;
}
.proinfo-table .table-tip li {
  border-left: 1px solid #515151;
  display: none;
}
.proinfo-table .table-scroll th {
  padding-left: 26px;
  background: #c8c8c8;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
}
.proinfo-table .table-scroll .btn {
  width: 44px;
  height: 37px;
  background: url(../img/bg_btn10.png) no-repeat;
  cursor: pointer;
}
.proinfo-table .table-scroll .btn.cur {
  background-position: 0 -37px;
}
.proinfo-table .table-scroll td {
  background: #fff;
  border-right: 1px solid #d7d7d7;
  line-height: 37px;
  text-align: center;
  transition: all 0.5s;
}
.proinfo-table .table-scroll td.bg {
  background: #F4F4F4;
}
.proinfo-table .table-scroll td.bor {
  width: 163px;
  padding-left: 56px;
}
.proinfo-table .table-scroll td.hover {
  background: #DADADA;
}
.proinfo-app {
  padding: 20px 0 70px;
}
.proinfo-app h2 {
  font-size: 24px;
  line-height: 88px;
  color: #565656;
}
.proinfo-app .pro-cases {
  padding: 0;
}
.proinfo-app .pro-cases .list {
  margin-top: 0;
}
.proinfo-message {
  padding: 7px 0 50px;
  background: url(../img/bg_bg14.jpg) no-repeat center top fixed;
}
.proinfo-message h2 {
  font-size: 24px;
  line-height: 114px;
  color: #fff;
}
.proinfo-message ul {
  width: 1028px;
 *padding-bottom: 22px;
}
.proinfo-message li {
  position: relative;
  width: 464px;
  height: 42px;
  background: url(../img/bg_input01.png) no-repeat;
  margin: 0 50px 22px 0;
  display: inline;
  line-height: 42px;
}
.proinfo-message p.fl {
  margin: 0 11px 0 18px;
}
.proinfo-message input {
  width: 342px;
  height: 42px;
  border: 0;
  background: none;
  font-size: 11px;
  line-height: 42px;
  color: #c9c9c9;
}
.proinfo-message .point {
  right: -18px;
  top: 0;
  width: 18px;
  height: 40px;
  background: url(../img/bg_sign46.png) no-repeat right center;
}
.proinfo-message .sign {
  width: 45px;
  height: 42px;
}
.proinfo-message .sign.fi {
  background: url(../img/bg_sign45.png) no-repeat center;
}
.proinfo-message .sign.se {
  background: url(../img/bg_sign47.png) no-repeat center;
}
.proinfo-message .sign.th {
  background: url(../img/bg_sign48.png) no-repeat center;
}
.proinfo-message .sign.fo {
  background: url(../img/bg_sign49.png) no-repeat center;
}
.proinfo-message .sign.fif {
  background: url(../img/bg_sign50.png) no-repeat center;
}
.proinfo-message .sign.si {
  background: url(../img/bg_sign51.png) no-repeat center;
}
.proinfo-message .box {
  width: 976px;
  height: 132px;
  background: url(../img/bg_input02.png) no-repeat center;
  margin-bottom: 17px;
}
.proinfo-message .box p.fl {
  margin: 0 11px 0 18px;
  line-height: 42px;
}
.proinfo-message .box textarea {
  width: 849px;
  height: 130px;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  resize: none;
  line-height: 40px;
  color: #c9c9c9;
}
.proinfo-message .box .sign {
  width: 45px;
  height: 42px;
  background: url(../img/bg_sign52.png) no-repeat center;
}
.proinfo-message .code, .tec-message .code {
  width: 301px;
  height: 42px;
  background: url(../img/bg_sign124.png) no-repeat;
  margin: 0 10px 24px 0;
  line-height: 42px;
  color: #666;
}
.proinfo-message .code input, .tec-message .code input {
  width: 103px;
  height: 42px;
  padding: 0 10px 0 15px;
  border: 0;
  line-height: 42px;
  color: #888;
}
.proinfo-message .code img {
  margin: 1px 0 0 5px;
}
.proinfo-message .code .img, .tec-message .code .img {
  position: relative;
  width: 84px;
  height: 40px;
}
.proinfo-message .code img.poa, .tec-message .code img.poa {
  right: 5px;
  top: 11px;
  cursor: pointer;
}
.proinfo-message .code .sign, .tec-message .code .sign {
  background: url(../img/bg_sign125.png) no-repeat center;
}
.proinfo-message .btn {
  height: 45px;
}
.proinfo-message .btn a {
  display: inline-block;
  width: 150px;
  height: 43px;
  border: 1px solid #f8f8f8;
  margin-left: 4px;
  font-size: 16px;
  line-height: 43px;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}
.proinfo-message .btn a:hover {
  border: 1px solid #205aa7;
  background: #205aa7;
}
.proinfo-message .btn input {
  width: 204px;
  height: 45px;
  border: 0;
  background: #205aa7;
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
}
.proinfo-message .btn input.hover {
  border: 1px solid #f8f8f8;
  background: none;
}
.proinfo-out {
  z-index: 21;
}
.proinfo-out .bg {
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.proinfo-out .main {
  left: 50%;
}
.proinfo-out .close {
  right: -46px;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../img/close04.png) no-repeat center;
  cursor: pointer;
}
.cont p img {width:100%}

/* 课程详情 too */
/*product style*/

.main_prod{ width:980px; margin:0 auto}
.productDL a:link, .productDL a:visited {
  color: #333333;
}
.productDL a:active, .productDL a:hover {
  color: #fff;
}
.productDL {
  border-top: 1px solid #cccccc;
  margin: 35px 0px 50px;
}
.productDL dd {
  padding: 10px 0px;
  border-bottom: 1px solid #cccccc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: auto;
}
.productDL .img {
  float: left;
  display: block;
  width: 37%;
}
.productDL .img img {
  width: 100%;
  display: block;
}
.productDL .con {
    margin-left: 13%;
    width: 86%;
    float: left;
    display: block;
    padding: 40px 0px;
    color: #333;
    font-size: 14px;
}
.productDL .con .t {
    width: 142px;
    padding: 15px;
    line-height: 1.5;
    font-size: 24px;
    color: #333333;
    margin-bottom: 0px;
    border: 1px solid #ddd;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.productDL .con a:hover .t{
      color: #fff;
      background: #000;
}
.productDL .con .t a{
 font-weight: inherit;
}
.productDL .con .c {
  font-size: 14px;
}
.productDL .con .bot {
  padding: 28px 0px;
}
.productDL .con .bot a:link, .productDL .con .bot a:visited {
  color: #333333;
}
.productDL .con .bot a:active, .productDL .con .bot a:hover {
  color: #000;
}
.productDL .con .bot a {
  background: url(../images/sj.png) no-repeat scroll left 18px;
  padding-left: 18px;
  margin-right: 10%;
  display: inline-block;
    width: 175px;
    height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.productDL .con .bot a:hover {
  background: url(../images/sj1.png) no-repeat scroll left 18px;
}
.productDL .more {
  border-color: #666666;
  width: 98px;
  height: 34px;
  line-height: 34px;
}
.productDL .more .i1 {
  color: #666666;
}
.productDL .more .i2 {
  border-color: transparent transparent transparent #cc0000;
}
.productDL .more .i3 {
  border-color: transparent #cc0000 transparent transparent;
}
.productDL .more:hover {
  border-color: #cc0000;
}
.productDL .more:hover .i1 {
  color: #fff;
}
.productDL dd:hover {
  background-color: #F8F8F8;
}

.clearfix {
*zoom: 1;
}
.clearfix:after {
	display: table;
	height: 0;
	content: '';
	clear: both;
	overflow: hidden;
	visibility: hidden;
}



.on{
    color: #fff;
    background: #205aa7;
}

.productDL .con li.on .t{
    color: #fff;
}

.proinfo-intro .list p{
    width:100% !important;
}














































































































